Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
Simi SA28-Aug-09 19:14
Simi SA28-Aug-09 19:14 
AnswerRe: how to upload a picture Pin
Parwej Ahamad28-Aug-09 19:21
professionalParwej Ahamad28-Aug-09 19:21 
AnswerRe: how to upload a picture Pin
padmanabhan N28-Aug-09 19:25
padmanabhan N28-Aug-09 19:25 
AnswerRe: how to upload a picture Pin
Abhijit Jana28-Aug-09 23:45
professionalAbhijit Jana28-Aug-09 23:45 
QuestionPlease help with inserting GridView Values in oracle table Pin
Hammad Mansoor28-Aug-09 19:07
Hammad Mansoor28-Aug-09 19:07 
AnswerRe: Please help with inserting GridView Values in oracle table Pin
janani1328-Aug-09 19:41
janani1328-Aug-09 19:41 
GeneralRe: Please help with inserting GridView Values in oracle table Pin
Hammad Mansoor28-Aug-09 20:05
Hammad Mansoor28-Aug-09 20:05 
GeneralRe: Please help with inserting GridView Values in oracle table Pin
Sneha Bisht28-Aug-09 20:45
Sneha Bisht28-Aug-09 20:45 
protected void grid_category_RowDeleting(object sender, GridViewDeleteEventArgs e)
{
clsclass comfun = new clsclass(); // your main class or
sqlcommand cmd;
Label val = (Label)(your_grid.Rows[e.RowIndex].FindControl("lbl_id"));
comfun.ExecuteNonQuery("delete from evaluation_category where
evaluation_category_id=" + val.Text);


Label val1 = (Label)(your_grid.Rows[e.RowIndex].FindControl("lbl_1"));
Label val2 = (Label)(your_grid.Rows[e.RowIndex].FindControl("lbl_2"));
Label val2 = (Label)(your_grid.Rows[e.RowIndex].FindControl("lbl_3"));

cmd.executeNonQuery("insert into table values('"+ val1.text +','' + val2.text
+'',''+ val3.text+'")
// or done this query in storedprocedure
// or both query can be done in same procedure
// first remove value from first table then send thia to next one simple

FillGrid(); // bind your grid

}

Try this.
GeneralRe: Please help with inserting GridView Values in oracle table Pin
Hammad Mansoor28-Aug-09 22:13
Hammad Mansoor28-Aug-09 22:13 
AnswerRe: Please help with inserting GridView Values in oracle table Pin
Hammad Mansoor1-Sep-09 19:08
Hammad Mansoor1-Sep-09 19:08 
Questionsaving multiple data enteries Pin
swtlibra28-Aug-09 17:51
swtlibra28-Aug-09 17:51 
AnswerRe: saving multiple data enteries Pin
Parwej Ahamad28-Aug-09 19:25
professionalParwej Ahamad28-Aug-09 19:25 
QuestionHow to embedd webcam control in webpage ? Pin
Bhaumik DV28-Aug-09 5:35
Bhaumik DV28-Aug-09 5:35 
AnswerRe: How to embedd webcam control in webpage ? Pin
Manas Bhardwaj28-Aug-09 8:10
professionalManas Bhardwaj28-Aug-09 8:10 
GeneralRe: How to embedd webcam control in webpage ? Pin
Bhaumik DV28-Aug-09 23:36
Bhaumik DV28-Aug-09 23:36 
AnswerRe: How to embedd webcam control in webpage ? Pin
Blue_Boy28-Aug-09 9:40
Blue_Boy28-Aug-09 9:40 
QuestionImage loupe Pin
BoySetsFire28-Aug-09 4:41
BoySetsFire28-Aug-09 4:41 
AnswerRe: Image loupe Pin
Manas Bhardwaj28-Aug-09 5:18
professionalManas Bhardwaj28-Aug-09 5:18 
QuestionDynamically change color of xml sitemap titles Pin
compninja2528-Aug-09 3:59
compninja2528-Aug-09 3:59 
AnswerRe: Dynamically change color of xml sitemap titles Pin
compninja251-Sep-09 3:23
compninja251-Sep-09 3:23 
QuestionCustom validator Pin
diacoboss28-Aug-09 3:50
diacoboss28-Aug-09 3:50 
AnswerRe: Custom validator Pin
Manas Bhardwaj28-Aug-09 3:59
professionalManas Bhardwaj28-Aug-09 3:59 
GeneralRe: Custom validator Pin
diacoboss28-Aug-09 4:33
diacoboss28-Aug-09 4:33 
GeneralRe: Custom validator Pin
Coding C#28-Aug-09 4:54
Coding C#28-Aug-09 4:54 
AnswerRe: Custom validator Pin
compninja2528-Aug-09 8:26
compninja2528-Aug-09 8:26 

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.