Click here to Skip to main content
15,931,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: open a word document Pin
deepak130-Apr-06 16:28
deepak130-Apr-06 16:28 
AnswerRe: open a word document Pin
Guffa1-May-06 0:10
Guffa1-May-06 0:10 
QuestionChecking if Decimal Pin
myNameIsRon30-Apr-06 7:37
myNameIsRon30-Apr-06 7:37 
AnswerRe: Checking if Decimal Pin
Guffa30-Apr-06 8:06
Guffa30-Apr-06 8:06 
GeneralRe: Checking if Decimal Pin
myNameIsRon30-Apr-06 18:51
myNameIsRon30-Apr-06 18:51 
Questionasp.net Pin
sachin_korgaonkar30-Apr-06 6:04
sachin_korgaonkar30-Apr-06 6:04 
AnswerRe: asp.net Pin
Mike Ellison30-Apr-06 6:35
Mike Ellison30-Apr-06 6:35 
QuestionDataGrid Update Command Problem! Pin
aurora8330-Apr-06 4:59
aurora8330-Apr-06 4:59 
Error = ; expected before or after word row, on line marked with Frown | :(
The code is:

private void DataGridEditUser_UpdateCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
//Find the record that is to be edited
int id = (int)this.DataGridEditUser.DataKeys[e.Item.ItemIndex];
this.oleDbDataAdapterEditUser.Fill(this.dataSetEditUser);
:(this.dataSetEditUser.tblUser row = this.dataSetEditUser.tblUser.FindByUser_ID(id);Frown | :(

//Edit the record it
TextBox aTextBox = (TextBox)(e.Item.Cells[1].Controls[0]);
row.UserName = aTextBox.Text;

//Ipdate the record in the database
this.oleDbDataAdapterEditUser.Update(this.dataSetEditUser);
this.DataGridEditUser.EditItemIndex=-1;
this.DataGridEditUser.DataBind();

}

Tried different things but can't work it out. Any help appreciated.
QuestionMessage Pin
550551230-Apr-06 3:18
550551230-Apr-06 3:18 
AnswerRe: Message Pin
CWIZO30-Apr-06 4:17
CWIZO30-Apr-06 4:17 
AnswerRe: Message Pin
R.Prabha Devi30-Apr-06 23:45
R.Prabha Devi30-Apr-06 23:45 
Questionasp. net source code for folder tree may come from left side of browser something like vb.net toll box Pin
vipin desai29-Apr-06 21:02
vipin desai29-Apr-06 21:02 
AnswerRe: asp. net source code for folder tree may come from left side of browser something like vb.net toll box Pin
CWIZO30-Apr-06 4:18
CWIZO30-Apr-06 4:18 
QuestionGridView/Paging/PostBack/Master Page/Firefox but not IE Pin
E.L. Golpe29-Apr-06 20:10
E.L. Golpe29-Apr-06 20:10 
AnswerRe: GridView/Paging/PostBack/Master Page/Firefox but not IE Pin
minhpc_bk30-Apr-06 0:51
minhpc_bk30-Apr-06 0:51 
GeneralRe: GridView/Paging/PostBack/Master Page/Firefox but not IE Pin
E.L. Golpe1-May-06 11:01
E.L. Golpe1-May-06 11:01 
AnswerTry the free online tutorials at http://www.KYNOU.com Pin
OmegaCD1-May-06 16:25
OmegaCD1-May-06 16:25 
GeneralRe: Try the free online tutorials at http://www.KYNOU.com Pin
E.L. Golpe2-May-06 23:04
E.L. Golpe2-May-06 23:04 
GeneralRe: Try the free online tutorials at http://www.KYNOU.com Pin
OmegaCD3-May-06 2:27
OmegaCD3-May-06 2:27 
QuestionASP.NET is not running Pin
pankajgarg1229-Apr-06 18:27
pankajgarg1229-Apr-06 18:27 
AnswerRe: ASP.NET is not running Pin
minhpc_bk30-Apr-06 0:50
minhpc_bk30-Apr-06 0:50 
QuestionSend inline data to a web user control Pin
Ista29-Apr-06 10:15
Ista29-Apr-06 10:15 
AnswerRe: Send inline data to a web user control Pin
minhpc_bk30-Apr-06 0:48
minhpc_bk30-Apr-06 0:48 
GeneralRe: Send inline data to a web user control Pin
Ista1-May-06 2:37
Ista1-May-06 2:37 
QuestionNeed help in Updating Data using Access in Web Matrix Pin
ahjiefreak29-Apr-06 7:25
ahjiefreak29-Apr-06 7:25 

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.