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

ASP.NET

 
AnswerRe: Stumped GridView Loop Pin
bjjonesey14-Jun-07 4:43
bjjonesey14-Jun-07 4:43 
QuestionDatagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
wood060113-Jun-07 9:16
wood060113-Jun-07 9:16 
AnswerRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
Sankar Komma 13-Jun-07 9:57
Sankar Komma 13-Jun-07 9:57 
GeneralRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
wood060113-Jun-07 10:04
wood060113-Jun-07 10:04 
GeneralRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
Sankar Komma 13-Jun-07 10:07
Sankar Komma 13-Jun-07 10:07 
GeneralRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
wood060113-Jun-07 12:00
wood060113-Jun-07 12:00 
Questionusing master page Pin
Tiger45613-Jun-07 6:17
Tiger45613-Jun-07 6:17 
AnswerRe: using master page Pin
ednrgc13-Jun-07 7:04
ednrgc13-Jun-07 7:04 
You can replace the control's name in the page load event like this:

abstract string script = "[Label1ID].innerHTML = 'Hello!';";
abstract string scriptKey = "SayHello";
abstract bool addScriptTags = true;

protected void Page_Load(object sender, EventArgs e)
{
script = script.Replace("[Label1ID]", Label1.ClientID);

ClientScript.RegisterStartupScript(this.GetType(), scriptKey, script, addScriptTags);
}
AnswerRe: using master page Pin
Not Active13-Jun-07 11:29
mentorNot Active13-Jun-07 11:29 
GeneralRe: using master page Pin
Tiger45613-Jun-07 20:22
Tiger45613-Jun-07 20:22 
GeneralRe: using master page Pin
Not Active14-Jun-07 2:00
mentorNot Active14-Jun-07 2:00 
AnswerAccess text box contents in Edit view [modified] Pin
bjjonesey13-Jun-07 5:25
bjjonesey13-Jun-07 5:25 
Questioncrystal Report ActiveX Pin
Ali el13-Jun-07 5:24
Ali el13-Jun-07 5:24 
QuestionIs it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 5:16
MBursill13-Jun-07 5:16 
AnswerRe: Is it possible to turn off the RowEditing event in a grid view? Pin
ali bagheri13-Jun-07 5:40
ali bagheri13-Jun-07 5:40 
GeneralRe: Is it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 6:35
MBursill13-Jun-07 6:35 
QuestionSessionStateProvider Pin
Russell Jones13-Jun-07 5:15
Russell Jones13-Jun-07 5:15 
QuestionConvert to double in javascript Pin
Khan.Bangash13-Jun-07 5:12
Khan.Bangash13-Jun-07 5:12 
AnswerRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:16
professionalManas Bhardwaj13-Jun-07 5:16 
GeneralRe: Convert to double in javascript Pin
Khan.Bangash13-Jun-07 5:19
Khan.Bangash13-Jun-07 5:19 
GeneralRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:24
professionalManas Bhardwaj13-Jun-07 5:24 
QuestionRead Certificates Pin
Blue_Boy13-Jun-07 4:07
Blue_Boy13-Jun-07 4:07 
Questionhelp Pin
lakshmii_n13-Jun-07 3:54
lakshmii_n13-Jun-07 3:54 
AnswerRe: help Pin
leckey13-Jun-07 8:18
leckey13-Jun-07 8:18 
QuestionAdding References?? Pin
macca2413-Jun-07 3:50
macca2413-Jun-07 3:50 

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.