Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: reg asp.net Pin
Guffa7-Nov-08 4:13
Guffa7-Nov-08 4:13 
GeneralRe: reg asp.net Pin
Ashfield7-Nov-08 9:03
Ashfield7-Nov-08 9:03 
Questionsqldatasource Pin
y_mmohd6-Nov-08 23:57
y_mmohd6-Nov-08 23:57 
AnswerRe: sqldatasource Pin
Ashfield7-Nov-08 1:30
Ashfield7-Nov-08 1:30 
GeneralRe: sqldatasource Pin
y_mmohd9-Nov-08 21:40
y_mmohd9-Nov-08 21:40 
AnswerRe: sqldatasource Pin
Vimalsoft(Pty) Ltd7-Nov-08 2:25
professionalVimalsoft(Pty) Ltd7-Nov-08 2:25 
Questiongridview problem Pin
Mogaambo6-Nov-08 23:48
Mogaambo6-Nov-08 23:48 
AnswerRe: gridview problem Pin
Hemant_ec487-Nov-08 0:38
Hemant_ec487-Nov-08 0:38 
Hi...Mogambo...

i have Implement With below Condition...

I have Put Add Button out side of datagrid.....

when u click on that button on click event u can write this code....it will insert new row in datagrid

DataTable ABC= objDAO.ExecuteSelectDataTable(StoredProcedure);
if (dtAccommodationType != null)
{
DataRow dr = ABC.NewRow();
ABC.Rows.InsertAt(dr, 0);
Datagrid.EditItemIndex = 0;
Datagrid.DataSource = dtAccommodationType;
Datagrid.DataBind();
Datagrid.Items[0].Focus();
}

Cheers,
Hemant Patel
QuestionError:Name cannot begin with the '<' character, hexadecimal value 0x3C. Pin
Samiullah6-Nov-08 23:04
Samiullah6-Nov-08 23:04 
AnswerRe: Error:Name cannot begin with the '<' character, hexadecimal value 0x3C. Pin
Ashfield7-Nov-08 1:31
Ashfield7-Nov-08 1:31 
Questionhow to get the controls id when a check box in the grid is checked using javascript Pin
lakshmichawala6-Nov-08 22:28
lakshmichawala6-Nov-08 22:28 
AnswerRe: how to get the controls id when a check box in the grid is checked using javascript Pin
Hemant_ec486-Nov-08 23:13
Hemant_ec486-Nov-08 23:13 
AnswerRe: how to get the controls id when a check box in the grid is checked using javascript Pin
amit sahu207-Nov-08 0:41
amit sahu207-Nov-08 0:41 
QuestionManaging Session for the log In users Pin
Samiullah6-Nov-08 22:07
Samiullah6-Nov-08 22:07 
AnswerRe: Managing Session for the log In users Pin
eyeseetee6-Nov-08 22:09
eyeseetee6-Nov-08 22:09 
AnswerRe: Managing Session for the log In users Pin
Amit Kushwaha6-Nov-08 22:59
Amit Kushwaha6-Nov-08 22:59 
AnswerRe: Managing Session for the log In users Pin
Hemant_ec487-Nov-08 0:49
Hemant_ec487-Nov-08 0:49 
Questionurl rewrite in asp.net Pin
VijayVishwakarma6-Nov-08 22:04
VijayVishwakarma6-Nov-08 22:04 
AnswerRe: url rewrite in asp.net Pin
eyeseetee6-Nov-08 22:08
eyeseetee6-Nov-08 22:08 
GeneralRe: url rewrite in asp.net Pin
VijayVishwakarma6-Nov-08 23:58
VijayVishwakarma6-Nov-08 23:58 
QuestionLoading image in asp.net?? Pin
Karan_TN6-Nov-08 21:02
Karan_TN6-Nov-08 21:02 
AnswerRe: Loading image in asp.net?? Pin
eyeseetee6-Nov-08 22:05
eyeseetee6-Nov-08 22:05 
Questionhow to find age using java script.. Pin
raghvendrapanda6-Nov-08 20:57
raghvendrapanda6-Nov-08 20:57 
AnswerRe: how to find age using java script.. Pin
eyeseetee6-Nov-08 22:06
eyeseetee6-Nov-08 22:06 
QuestionStylesheet problem in asp.net web form Pin
Karan_TN6-Nov-08 20:56
Karan_TN6-Nov-08 20: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.