Click here to Skip to main content
15,902,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCreating a blog page for my web site? Pin
Laisseraller30-May-08 9:35
Laisseraller30-May-08 9:35 
QuestionResolving Domains MX records and IP when Domain Returns 11004 Socket Error Valid Name.... Attemting to validate emails Pin
MrM&M30-May-08 8:08
MrM&M30-May-08 8:08 
QuestionEncrypting query string to prevent sql injection Pin
ChrisFarrugia30-May-08 7:30
ChrisFarrugia30-May-08 7:30 
AnswerRe: Encrypting query string to prevent sql injection Pin
Mark J. Miller30-May-08 7:45
Mark J. Miller30-May-08 7:45 
QuestionUsing a QueryString in Web Services Pin
stormcandi30-May-08 6:22
stormcandi30-May-08 6:22 
AnswerRe: Using a QueryString in Web Services Pin
Jacob Dixon30-May-08 6:48
Jacob Dixon30-May-08 6:48 
GeneralRe: Using a QueryString in Web Services Pin
stormcandi3-Jun-08 11:40
stormcandi3-Jun-08 11:40 
QuestionGridView Selected Index Change not working... Pin
Jacob Dixon30-May-08 5:53
Jacob Dixon30-May-08 5:53 
I created this:

protected void GridView_SelectedIndexChanged(object sender, EventArgs e)
{
txtIDField.Text += "TEST";
}


I double clicked the SelectedIndexChanged in the gridview properties. It made that and that is just a test..
But for some reason when you click the select button (auto-generated by the grid view) it does not seem to fire that event?

What I am wanting is when the user clicks SELECT it stores the ID column (PRimary Key) into a textbox or variable. This way
I have a delete command (a link button) that they click and it deletes the current row selected.

I do not want to use the DELETE generated by the grid view.
AnswerRe: GridView Selected Index Change not working... Pin
Jacob Dixon30-May-08 6:31
Jacob Dixon30-May-08 6:31 
Questionusing the response from XML Service for populating a GridView Pin
laziale30-May-08 3:39
laziale30-May-08 3:39 
AnswerRe: using the response from XML Service for populating a GridView Pin
led mike30-May-08 4:28
led mike30-May-08 4:28 
GeneralRe: using the response from XML Service for populating a GridView Pin
laziale30-May-08 4:38
laziale30-May-08 4:38 
GeneralRe: using the response from XML Service for populating a GridView Pin
led mike30-May-08 5:07
led mike30-May-08 5:07 
QuestionCascading drop downs in gridview with batch updating Pin
Syed Mehroz Alam30-May-08 3:25
Syed Mehroz Alam30-May-08 3:25 
Questiondisplay image in address bar of browser Pin
S.Aijaz30-May-08 2:18
S.Aijaz30-May-08 2:18 
AnswerRe: display image in address bar of browser Pin
R. Giskard Reventlov30-May-08 2:41
R. Giskard Reventlov30-May-08 2:41 
GeneralRe: display image in address bar of browser Pin
S.Aijaz30-May-08 2:46
S.Aijaz30-May-08 2:46 
GeneralRe: display image in address bar of browser Pin
Vasudevan Deepak Kumar30-May-08 3:16
Vasudevan Deepak Kumar30-May-08 3:16 
QuestionWebsite Execution Time [modified] Pin
Brendan Vogt30-May-08 0:59
Brendan Vogt30-May-08 0:59 
AnswerRe: Website Execution Time Pin
eyeseetee30-May-08 1:11
eyeseetee30-May-08 1:11 
GeneralRe: Website Execution Time [modified] Pin
Brendan Vogt30-May-08 1:17
Brendan Vogt30-May-08 1:17 
GeneralRe: Website Execution Time Pin
eyeseetee30-May-08 1:31
eyeseetee30-May-08 1:31 
GeneralRe: Website Execution Time Pin
Brendan Vogt30-May-08 1:40
Brendan Vogt30-May-08 1:40 
QuestionUser Control with child controls: Nesting and rendering issues Pin
horc30-May-08 0:35
horc30-May-08 0:35 
AnswerRe: User Control with child controls: Nesting and rendering issues Pin
Sandeep Akhare30-May-08 0:52
Sandeep Akhare30-May-08 0:52 

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.