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

ASP.NET

 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Neeraj Arora21-Apr-08 23:41
Neeraj Arora21-Apr-08 23:41 
AnswerRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 14:04
Dave Doknjas22-Apr-08 14:04 
GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:17
Dave Doknjas22-Apr-08 15:17 
GeneralRe: Can some body convert this c# code to VB.NET Pin
Dave Doknjas22-Apr-08 15:36
Dave Doknjas22-Apr-08 15:36 
GeneralJavaScript in Web User Control Pin
Usharva21-Apr-08 21:25
Usharva21-Apr-08 21:25 
GeneralRe: JavaScript in Web User Control [modified] Pin
Sandeep Akhare21-Apr-08 21:31
Sandeep Akhare21-Apr-08 21:31 
GeneralRe: JavaScript in Web User Control Pin
Usharva21-Apr-08 22:05
Usharva21-Apr-08 22:05 
GeneralRe: JavaScript in Web User Control Pin
R. Giskard Reventlov21-Apr-08 21:35
R. Giskard Reventlov21-Apr-08 21:35 
Most likely the id of the control on the emitted page is actually something like: ctl00_master_txtEmp or similar. Look at the source to find this: it is named after the parent element (such as the ContentPlaceHolderID). As an example right click this page, click view source and you will see many examples of this.

Your code would then be:

var ctl=document.getElementById('ctl00_master_txtEmp').value;<br />
alert(ctl);



GeneralRe: JavaScript in Web User Control Pin
Sandeep Akhare21-Apr-08 21:44
Sandeep Akhare21-Apr-08 21:44 
GeneralDatabase mapping of 2 different sql database using .NET code Pin
Member 399001221-Apr-08 21:13
Member 399001221-Apr-08 21:13 
GeneralRe: Database mapping of 2 different sql database using .NET code Pin
l0kke22-Apr-08 5:12
l0kke22-Apr-08 5:12 
Questionduplicate url in the web.sitemap file Pin
Sonia Gupta21-Apr-08 20:58
Sonia Gupta21-Apr-08 20:58 
GeneralRe: duplicate url in the web.sitemap file Pin
eyeseetee21-Apr-08 22:17
eyeseetee21-Apr-08 22:17 
Questioncan we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh21-Apr-08 20:57
M.Ramesh21-Apr-08 20:57 
AnswerRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare21-Apr-08 21:03
Sandeep Akhare21-Apr-08 21:03 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh21-Apr-08 21:46
M.Ramesh21-Apr-08 21:46 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare21-Apr-08 21:56
Sandeep Akhare21-Apr-08 21:56 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh22-Apr-08 0:14
M.Ramesh22-Apr-08 0:14 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare22-Apr-08 1:03
Sandeep Akhare22-Apr-08 1:03 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh22-Apr-08 1:16
M.Ramesh22-Apr-08 1:16 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
Sandeep Akhare22-Apr-08 1:46
Sandeep Akhare22-Apr-08 1:46 
GeneralRe: can we bind datatextfield and datavaluefield in a dropdownlist using for loop in asp.net(code behind) Pin
M.Ramesh22-Apr-08 1:56
M.Ramesh22-Apr-08 1:56 
Questionhow to send mail using smpt server Pin
sugunavathysubramanian21-Apr-08 20:55
sugunavathysubramanian21-Apr-08 20:55 
AnswerRe: how to send mail using smpt server Pin
Sandeep Akhare21-Apr-08 21:06
Sandeep Akhare21-Apr-08 21:06 
AnswerRe: how to send mail using smpt server Pin
Christian Graus21-Apr-08 21:19
protectorChristian Graus21-Apr-08 21:19 

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.