Click here to Skip to main content
15,891,713 members

Comments by Rabbil (Top 36 by date)

Rabbil 7-Jun-13 3:09am View    
Yeah,if you have modified & still not getting the values while debugging then you can refer the shared link to further modify your code to achieve your goal...As you have not used any controls so that link may help you if you can get your result.
Rabbil 7-Jun-13 2:51am View    
Then it will return null value only....
Better,you can refer here for you overall requirement.. http://techbrij.com/insert-update-delete-gridview-entity-framework
Rabbil 7-Jun-13 2:27am View    
In what controls are you binding the data in gridview ?
You can try using
int q = ((yourControlnametoCast)GVOptions.Rows[0].FindControl("controlNameOfQinYourGrid")).Text.Trim(); ///this will find the value from the respective control of your grid
after above line
del.QuestionNo = q; ///now check once again whether u are getting the value or not.... ?
Rabbil 7-Jun-13 1:57am View    
Are you getting the respective values on the variables ??
Rabbil 31-May-13 3:12am View    
I mean, if the random Id generated from NEWID() is 3.2.5.4.1....n times then this output must be stored into other column of a table in the form of 3,2,5,4,1,,,,n times (it must be in a single column from the output of 1st column)
Hope u got, what i meant ??