Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: help needed developing chat application ( with notification server) Pin
Christian Graus30-Oct-07 11:09
protectorChristian Graus30-Oct-07 11:09 
QuestionParsing URL for subdomain only Pin
csinva30-Oct-07 4:39
csinva30-Oct-07 4:39 
QuestionProblem with DataReader............ Pin
Deepak Nigam30-Oct-07 3:30
Deepak Nigam30-Oct-07 3:30 
AnswerRe: Problem with DataReader............ Pin
ToddHileHoffer30-Oct-07 3:33
ToddHileHoffer30-Oct-07 3:33 
AnswerRe: Problem with DataReader............ Pin
Herman<T>.Instance30-Oct-07 3:50
Herman<T>.Instance30-Oct-07 3:50 
AnswerRe: Problem with DataReader............ Pin
Abhijit Jana30-Oct-07 3:52
professionalAbhijit Jana30-Oct-07 3:52 
QuestionHow to access one Control from master page using Javascript Pin
VenkataRamana.Gali30-Oct-07 3:21
VenkataRamana.Gali30-Oct-07 3:21 
AnswerRe: How to access one Control from master page using Javascript Pin
ToddHileHoffer30-Oct-07 3:37
ToddHileHoffer30-Oct-07 3:37 
Add the javascript from you code behind page.

this.ClientScript.RegisterClientScriptBlock(this.Page.GetType(), "key", "document.getElementById('" + txtbox1.clientId " + ');", true);

Otherwise you might not have the correct clientid in your javascript.






I didn't get any requirements for the signature


QuestionDocumnetation generator Pin
samerh30-Oct-07 3:07
samerh30-Oct-07 3:07 
AnswerRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:14
professionalAbhijit Jana30-Oct-07 3:14 
GeneralRe: Documnetation generator Pin
samerh30-Oct-07 3:30
samerh30-Oct-07 3:30 
GeneralRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:47
professionalAbhijit Jana30-Oct-07 3:47 
Questiondatagrid paging Pin
jai 12330-Oct-07 3:05
jai 12330-Oct-07 3:05 
AnswerRe: datagrid paging Pin
Abhijit Jana30-Oct-07 3:10
professionalAbhijit Jana30-Oct-07 3:10 
GeneralRe: datagrid paging Pin
jai 12330-Oct-07 3:17
jai 12330-Oct-07 3:17 
GeneralRe: datagrid paging Pin
MoustafaS30-Oct-07 14:49
MoustafaS30-Oct-07 14:49 
QuestionRead XmlNode value Pin
Imran Khan Pathan30-Oct-07 3:00
Imran Khan Pathan30-Oct-07 3:00 
AnswerRe: Read XmlNode value Pin
pmarfleet30-Oct-07 3:05
pmarfleet30-Oct-07 3:05 
Questionwhy dropdownlist box inside gridview dont work Pin
jefferyg2930-Oct-07 2:43
jefferyg2930-Oct-07 2:43 
AnswerRe: why dropdownlist box inside gridview dont work Pin
pmarfleet30-Oct-07 3:04
pmarfleet30-Oct-07 3:04 
GeneralFrequently Asked Questions - ASP.NET FAQs Pin
ganesh197530-Oct-07 2:35
ganesh197530-Oct-07 2:35 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Abhijit Jana30-Oct-07 2:46
professionalAbhijit Jana30-Oct-07 2:46 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Braulio Dez30-Oct-07 2:55
Braulio Dez30-Oct-07 2:55 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Vasudevan Deepak Kumar30-Oct-07 5:41
Vasudevan Deepak Kumar30-Oct-07 5:41 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Guffa30-Oct-07 11:21
Guffa30-Oct-07 11:21 

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.