Click here to Skip to main content
16,006,378 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Controlling CSS classes for different INPUT elements? Pin
mittalpa11-Mar-06 16:20
mittalpa11-Mar-06 16:20 
QuestionISAPI extension and GET data Pin
__makaveli__10-Mar-06 3:52
__makaveli__10-Mar-06 3:52 
Questionrunning DotNetNuke 3.1.1 on Windows 2003 Pin
psa200510-Mar-06 3:51
psa200510-Mar-06 3:51 
QuestionDifference between Privacy Statement and Terms of Service of a website? Pin
mittalpa9-Mar-06 15:58
mittalpa9-Mar-06 15:58 
AnswerRe: Difference between Privacy Statement and Terms of Service of a website? Pin
Vasudevan Deepak Kumar9-Mar-06 20:48
Vasudevan Deepak Kumar9-Mar-06 20:48 
Questionlinks in new window Pin
deepak19-Mar-06 9:58
deepak19-Mar-06 9:58 
AnswerRe: links in new window Pin
Vasudevan Deepak Kumar9-Mar-06 20:49
Vasudevan Deepak Kumar9-Mar-06 20:49 
Questionnet 2 Pin
papa19809-Mar-06 5:38
papa19809-Mar-06 5:38 
Hello every body i am sorry for this question but i am beginer in web developing and i don't get it how to edit dada in gridview in net 2.0
please if some body can help me.
good bye
best regars
down i apply the text
DataSet ds = new DataSet();
ds = SqlFunction.EditBook();
if (ds != null)
{
//
DataView dv = new DataView();
dv.Table = ds.Tables["Table"];
// string str = ds.Tables[0].TableName.ToString();
// HttpContext.Current.Trace.Write("Table name=",str);
/* DataGrid datagrid1 = new DataGrid();
datagrid1.DataSource = dv;
datagrid1.DataBind(); */

GridView1.DataSource = dv;

GridView1.DataBind();

}
else
{
HttpContext.Current.Trace.Write("Error in EditBook");
}
Questionwindow culture Pin
sood_is_in8-Mar-06 23:56
sood_is_in8-Mar-06 23:56 
AnswerRe: window culture Pin
Vasudevan Deepak Kumar9-Mar-06 22:19
Vasudevan Deepak Kumar9-Mar-06 22:19 
Questioniframe problem urgent Pin
nitinnitin1238-Mar-06 21:48
nitinnitin1238-Mar-06 21:48 
AnswerRe: iframe problem urgent Pin
Vasudevan Deepak Kumar9-Mar-06 22:17
Vasudevan Deepak Kumar9-Mar-06 22:17 
QuestionCan anyone tell me how to upload images using pure ASP Pin
3DoorsDown8-Mar-06 20:58
3DoorsDown8-Mar-06 20:58 
AnswerRe: Can anyone tell me how to upload images using pure ASP Pin
Vasudevan Deepak Kumar9-Mar-06 1:11
Vasudevan Deepak Kumar9-Mar-06 1:11 
GeneralRe: Can anyone tell me how to upload images using pure ASP Pin
3DoorsDown9-Mar-06 1:19
3DoorsDown9-Mar-06 1:19 
GeneralRe: Can anyone tell me how to upload images using pure ASP Pin
pogowolf10-Mar-06 4:56
pogowolf10-Mar-06 4:56 
GeneralRe: Can anyone tell me how to upload images using pure ASP Pin
3DoorsDown10-Mar-06 6:38
3DoorsDown10-Mar-06 6:38 
GeneralRe: Can anyone tell me how to upload images using pure ASP Pin
pogowolf10-Mar-06 6:45
pogowolf10-Mar-06 6:45 
QuestionDebugging Classic ASP Pin
micdevnet8-Mar-06 15:24
micdevnet8-Mar-06 15:24 
AnswerRe: Debugging Classic ASP Pin
Vasudevan Deepak Kumar8-Mar-06 16:02
Vasudevan Deepak Kumar8-Mar-06 16:02 
QuestionVBScript Variant Question Pin
ChrisAdams8-Mar-06 4:22
ChrisAdams8-Mar-06 4:22 
AnswerRe: VBScript Variant Question Pin
Guffa8-Mar-06 5:15
Guffa8-Mar-06 5:15 
GeneralRe: VBScript Variant Question Pin
ChrisAdams8-Mar-06 6:02
ChrisAdams8-Mar-06 6:02 
QuestionNeed help with Auto Email responder Pin
Trey54988-Mar-06 4:20
Trey54988-Mar-06 4:20 
AnswerRe: Need help with Auto Email responder Pin
RichardGrimmer8-Mar-06 7:04
RichardGrimmer8-Mar-06 7:04 

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.