Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~660 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Rohan rawat

I want retrive anthor table from linkbutton inside gridview,But cannot get result i want Please help me . Main gridview table is viewyn CREATE TABLE [dbo].[viewyn] [l_no] [varchar](50) , [nam_dep] [varchar](50) , [no_deo] [int] NULL, [no_mon] [int] NULL, [le_yn] [varchar](50) , [dd_yn] [varchar](50) le_yn is used linkbuttons Now anthor table …

Member Avatar for |-|x
0
93
Member Avatar for Rohan rawat

[CODE] body { font: normal 12px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; } .popUpStyle { font: normal 11px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; padding:6px; filter: alpha(opacity=80); opacity: 0.8; } .drag { background-color: #dddddd; cursor: move; border:solid 1px gray ; } [/CODE] This main problem is …

Member Avatar for Sarama2030
0
74
Member Avatar for Rohan rawat

Please help me solve this code . Thanks you in advance . Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated …

0
59
Member Avatar for Rohan rawat

Inside a button link database with gridview . [CODE]protected void Button2_Click(object sender, EventArgs e) { string strSQLconnection = "Data Source=ABC-0D30299B90A;Initial Catalog=JAPIT;Integrated Security=True"; SqlConnection sqlConnection = new SqlConnection(strSQLconnection); SqlCommand sqlCommand = new SqlCommand("select * from Doe_detail", sqlConnection); sqlConnection.Open(); SqlDataReader reader = sqlCommand.ExecuteReader(); GridView1.DataSource = reader; GridView1.DataBind(); }[/CODE] For edit and update …

Member Avatar for vijay_myl
0
275
Member Avatar for Rohan rawat

I have created a table into my database which has a coloumn with datatype defined as DATETIME. The normal SQL date order is MM-DD-YYYY, however I need to enter it in format DD-MM-YYYY. Is it possible to insert into SQL SERVER database where field is formatted as DATETIME , a …

Member Avatar for catherine sea
0
159