Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Compare date alog with time Pin
kinnuP19-Jan-07 3:55
kinnuP19-Jan-07 3:55 
Questionupload and download code Pin
mailto_nasar19-Jan-07 1:12
mailto_nasar19-Jan-07 1:12 
AnswerRe: upload and download code Pin
Vasudevan Deepak Kumar19-Jan-07 2:20
Vasudevan Deepak Kumar19-Jan-07 2:20 
AnswerRe: upload and download code Pin
frsravi19-Jan-07 2:24
frsravi19-Jan-07 2:24 
Question(Ajax) XmlHttpObject.open() mehtod Problem? Pin
asprajesh19-Jan-07 1:08
asprajesh19-Jan-07 1:08 
QuestionHow to Update the data into database using GridView Pin
slSoftware19-Jan-07 0:23
slSoftware19-Jan-07 0:23 
AnswerRe: How to Update the data into database using GridView Pin
rama charan19-Jan-07 1:47
rama charan19-Jan-07 1:47 
AnswerRe: How to Update the data into database using GridView Pin
frsravi19-Jan-07 2:32
frsravi19-Jan-07 2:32 
Dear Friend,

Please check out the MSDN Help to update directly through the Data Grid.
You have to write the code related to that in DataGrid's UpdateCommand().

public datagrid1_UpdateCommand(ObjectSender s,EventArgs e)
{
// e is related to rowid on which you click the Update button of datagrid.

updatecommand...where <columnname>=e.SelectedRow;
// all the code is same as you do for other command.

// at last you must bind the datagrid with the dataSet using DataBind().
}


nothing to say.

Questionclear crystalreportviewer data Pin
rama charan18-Jan-07 23:58
rama charan18-Jan-07 23:58 
Questionrow click property [modified] Pin
dalbhide bipin18-Jan-07 23:28
dalbhide bipin18-Jan-07 23:28 
AnswerRe: row click property Pin
Venkatesh Mookkan19-Jan-07 1:52
Venkatesh Mookkan19-Jan-07 1:52 
QuestionOpen popup windown Pin
Imran Khan Pathan18-Jan-07 23:11
Imran Khan Pathan18-Jan-07 23:11 
AnswerRe: Open popup windown Pin
Sandip Kansara18-Jan-07 23:27
Sandip Kansara18-Jan-07 23:27 
GeneralRe: Open popup windown Pin
Imran Khan Pathan19-Jan-07 0:48
Imran Khan Pathan19-Jan-07 0:48 
Questioninformation about the session ? Pin
King Shez18-Jan-07 23:07
King Shez18-Jan-07 23:07 
AnswerRe: information about the session ? Pin
Guffa18-Jan-07 23:36
Guffa18-Jan-07 23:36 
QuestionInsert image in pdf document using asp.net c# Pin
Malayil alex18-Jan-07 22:57
Malayil alex18-Jan-07 22:57 
QuestionGridView - Showing Basic Data Pin
mail57235218-Jan-07 22:55
mail57235218-Jan-07 22:55 
Questionhow to move the panel during running time in asp.net? Pin
sathyan_829418-Jan-07 22:23
sathyan_829418-Jan-07 22:23 
AnswerRe: how to move the panel during running time in asp.net? Pin
Kschuler19-Jan-07 8:26
Kschuler19-Jan-07 8:26 
QuestionIs there a way to make a gridview autogenerate columns when its datasource changes its stored procedure? Pin
Red_Wizard_Shot_The_Food18-Jan-07 22:07
Red_Wizard_Shot_The_Food18-Jan-07 22:07 
QuestionMenu style Pin
Nimua18-Jan-07 21:30
Nimua18-Jan-07 21:30 
QuestionWhen I try to put it in a web page its not showing anything Pin
indian14318-Jan-07 21:08
indian14318-Jan-07 21:08 
AnswerRe: When I try to put it in a web page its not showing anything Pin
Christian Graus18-Jan-07 21:58
protectorChristian Graus18-Jan-07 21:58 
GeneralNo christian you are misunderstanding me, some mistake Pin
indian14318-Jan-07 22:08
indian14318-Jan-07 22:08 

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.