Click here to Skip to main content
15,921,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow authenicate against a SQL server user store Pin
skyair6-Sep-08 9:57
skyair6-Sep-08 9:57 
AnswerRe: how authenicate against a SQL server user store Pin
Ravi Sant3-May-11 0:34
Ravi Sant3-May-11 0:34 
Question[Message Deleted] Pin
Omar Gameel Salem6-Sep-08 9:20
professionalOmar Gameel Salem6-Sep-08 9:20 
AnswerRe: changing masterpage at runtime Pin
Blue_Boy6-Sep-08 11:45
Blue_Boy6-Sep-08 11:45 
GeneralRe: changing masterpage at runtime Pin
Omar Gameel Salem6-Sep-08 15:43
professionalOmar Gameel Salem6-Sep-08 15:43 
AnswerRe: [Message Deleted] Pin
Ravi Sant3-May-11 0:38
Ravi Sant3-May-11 0:38 
Questionhow can I reach to values(text) of to column in gridview with pressing the button of that row? Pin
strawberrysh6-Sep-08 4:52
strawberrysh6-Sep-08 4:52 
AnswerRe: how can I reach to values(text) of to column in gridview with pressing the button of that row? Pin
balaji.t8-Sep-08 18:53
balaji.t8-Sep-08 18:53 
hi,

first u have to find the child control from the grid like this

foreach (GridViewRow gv in <id of="" the="" grid="">.Rows)
{
//fetch the prodid
TextBox txtprodid = (TextBox)gv.findcontrol("mention the product id");
string prodid = txtprodid.Text;

//fetch textbox value
TextBox txt = (TextBox)gv.findcontrol("mention the tetxbox id");
string txtid = txt.Text;
}

T.Balaji

Question[Message Deleted] Pin
ncsubbu6-Sep-08 2:56
professionalncsubbu6-Sep-08 2:56 
AnswerRe: how to query string after use Pin
Blue_Boy6-Sep-08 3:07
Blue_Boy6-Sep-08 3:07 
AnswerRe: how to query string after use Pin
K V Sekhar6-Sep-08 3:23
K V Sekhar6-Sep-08 3:23 
GeneralRe: how to query string after use Pin
Guffa6-Sep-08 14:53
Guffa6-Sep-08 14:53 
Questionexcel spooling in VS08 Pin
balaji.t5-Sep-08 23:26
balaji.t5-Sep-08 23:26 
Questionhow to use QueriesTableAdapter to update data in sql server? Pin
skyair5-Sep-08 22:22
skyair5-Sep-08 22:22 
QuestionQuestion: how to get current window username using asp.net Pin
skyair5-Sep-08 22:16
skyair5-Sep-08 22:16 
AnswerRe: Question: how to get current window username using asp.net Pin
Blue_Boy6-Sep-08 0:01
Blue_Boy6-Sep-08 0:01 
GeneralRe: Question: how to get current window username using asp.net Pin
skyair6-Sep-08 9:00
skyair6-Sep-08 9:00 
GeneralRe: Question: how to get current window username using asp.net Pin
Blue_Boy6-Sep-08 11:39
Blue_Boy6-Sep-08 11:39 
QuestionRe: Question: how to get current window username using asp.net Pin
skyair6-Sep-08 16:08
skyair6-Sep-08 16:08 
QuestionMay i validate textboxes entries against data base table column size Pin
Rameez Raja5-Sep-08 22:15
Rameez Raja5-Sep-08 22:15 
AnswerRe: May i validate textboxes entries against data base table column size Pin
balaji.t5-Sep-08 23:22
balaji.t5-Sep-08 23:22 
Questionhow can I remove an Item from genericlist? Pin
strawberrysh5-Sep-08 21:25
strawberrysh5-Sep-08 21:25 
AnswerRe: how can I remove an Item from genericlist? Pin
Guffa6-Sep-08 0:09
Guffa6-Sep-08 0:09 
AnswerRe: how can I remove an Item from genericlist? Pin
Blue_Boy6-Sep-08 5:25
Blue_Boy6-Sep-08 5:25 
QuestionHandling browser(&lt;--) and (--&gt;) buttons Pin
K V Sekhar5-Sep-08 21:07
K V Sekhar5-Sep-08 21:07 

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.