Click here to Skip to main content
15,906,766 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed help wit file upload control Pin
neodeaths30-May-07 7:30
neodeaths30-May-07 7:30 
AnswerRe: need help wit file upload control Pin
kubben30-May-07 8:53
kubben30-May-07 8:53 
Questionneed help wit my datagrid's image Pin
neodeaths30-May-07 7:29
neodeaths30-May-07 7:29 
AnswerRe: need help wit my datagrid's image Pin
dwatkins@dirq.net30-May-07 11:48
dwatkins@dirq.net30-May-07 11:48 
QuestionPrinting to serial port Pin
Tomica_7930-May-07 7:24
Tomica_7930-May-07 7:24 
QuestionError: The XML page cannot be displayed Pin
Bajrang Singh30-May-07 5:33
Bajrang Singh30-May-07 5:33 
AnswerRe: Error: The XML page cannot be displayed Pin
Christian Graus30-May-07 11:33
protectorChristian Graus30-May-07 11:33 
QuestionGridView problem Pin
Amr M. K.30-May-07 5:03
Amr M. K.30-May-07 5:03 
Hello;
I added gridView to web page and dataSource is table stored in database
I I have cloumn in table of database type bit
so in gridView convert this coulm to templateFeild
then i make some change in this feild
-autopostback=true
-enable=true
and I want when user chech the checkbox change the value in databse
I have tried the following to get the datakey of gridView


protected void CheckBox1_CheckedChanged(object sender, EventArgs e)
{


System.Web.UI.WebControls.GridViewCommandEventArgs Erg = (System.Web.UI.WebControls.GridViewCommandEventArgs)e;

Response.Write(Erg.ToString());
Response.Write (String)Erg.CommandName);
}

but nothing change in web page posting without reuslt
?????

tkml123
AnswerRe: GridView problem Pin
kvijayajyothy30-May-07 19:22
kvijayajyothy30-May-07 19:22 
GeneralRe: Urgent GridView problem Pin
Amr M. K.30-May-07 19:31
Amr M. K.30-May-07 19:31 
QuestionHow do Ioop thru the colors? Pin
Steven J Jowett30-May-07 4:53
Steven J Jowett30-May-07 4:53 
AnswerRe: How do Ioop thru the colors? Pin
Tarakeshwar Reddy30-May-07 5:01
professionalTarakeshwar Reddy30-May-07 5:01 
GeneralRe: How do Ioop thru the colors? Pin
Steven J Jowett30-May-07 5:31
Steven J Jowett30-May-07 5:31 
QuestionGetting a handle to a web service Pin
goldoche30-May-07 3:33
goldoche30-May-07 3:33 
QuestionException when calling webservice. Pin
narendra.vendi30-May-07 3:15
narendra.vendi30-May-07 3:15 
AnswerRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 3:23
Sathesh Sakthivel30-May-07 3:23 
GeneralRe: Exception when calling webservice. Pin
narendra.vendi30-May-07 3:34
narendra.vendi30-May-07 3:34 
GeneralRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 3:48
Sathesh Sakthivel30-May-07 3:48 
GeneralRe: Exception when calling webservice. Pin
narendra.vendi30-May-07 4:06
narendra.vendi30-May-07 4:06 
GeneralRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 5:25
Sathesh Sakthivel30-May-07 5:25 
QuestionGetting changes to the data from a repeater control Pin
Senseicads30-May-07 3:03
Senseicads30-May-07 3:03 
AnswerRe: Getting changes to the data from a repeater control Pin
Fred_Smith30-May-07 4:27
Fred_Smith30-May-07 4:27 
GeneralRe: Getting changes to the data from a repeater control Pin
Senseicads30-May-07 5:01
Senseicads30-May-07 5:01 
GeneralRe: Getting changes to the data from a repeater control Pin
Fred_Smith30-May-07 5:33
Fred_Smith30-May-07 5:33 
GeneralRe: Getting changes to the data from a repeater control Pin
Senseicads30-May-07 6:56
Senseicads30-May-07 6:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.