Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: cache aspx page per user Pin
Waleed Eissa23-Jan-09 19:06
Waleed Eissa23-Jan-09 19:06 
Questionhow to take printout the treeview controls data asp.net Pin
manovijay22-Jan-09 19:12
manovijay22-Jan-09 19:12 
AnswerRe: how to take printout the treeview controls data asp.net Pin
VenkatFor.NET22-Jan-09 21:13
VenkatFor.NET22-Jan-09 21:13 
QuestionHow to use Crystal Reports in asp.net? Pin
Subin Alex22-Jan-09 19:06
Subin Alex22-Jan-09 19:06 
AnswerRe: How to use Crystal Reports in asp.net? Pin
VenkatFor.NET22-Jan-09 20:22
VenkatFor.NET22-Jan-09 20:22 
QuestionDialogbox problem Pin
bibhukalyandas22-Jan-09 18:21
bibhukalyandas22-Jan-09 18:21 
QuestionLoading a xml file in a html combo box using javascript [modified] Pin
rakeshs31222-Jan-09 18:12
rakeshs31222-Jan-09 18:12 
AnswerRe: Loading a xml file in a html combo box using javascript Pin
Sundar_R22-Jan-09 18:45
Sundar_R22-Jan-09 18:45 
Hope this helps

var xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.loadXML("<root><value>a</value><value>b</value><value>c</value><value>d</value></root>");
for(var i=0;i<xmlDoc.selectNodes("root/value").length;i++)
{
document.getElementById("Select1").options[document.getElementById("Select1").options.length] = new Option(xmlDoc.selectNodes("root/value")[i].text,xmlDoc.selectNodes("root/value")[i].text,false,false);
}

Take care to load it on the first click alone
GeneralRe: Loading a xml file in a html combo box using javascript [modified] Pin
rakeshs31222-Jan-09 20:24
rakeshs31222-Jan-09 20:24 
QuestionHow to identify which div opened the popup Pin
rama charan22-Jan-09 17:59
rama charan22-Jan-09 17:59 
AnswerRe: How to identify which div opened the popup Pin
Sundar_R22-Jan-09 19:05
Sundar_R22-Jan-09 19:05 
GeneralRe: How to identify which div opened the popup Pin
rama charan23-Jan-09 1:35
rama charan23-Jan-09 1:35 
QuestionEnableEventValidation Pin
Member 236391622-Jan-09 17:50
Member 236391622-Jan-09 17:50 
Questionactually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
anujanujanuj22-Jan-09 17:39
anujanujanuj22-Jan-09 17:39 
AnswerDon't CrossPost Pin
Abhijit Jana22-Jan-09 17:55
professionalAbhijit Jana22-Jan-09 17:55 
Questionactually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
anujbanka178422-Jan-09 17:24
anujbanka178422-Jan-09 17:24 
AnswerRe: actually i have a database table have four fields rnkid, rnkartid,rnkuserid and rnk marks i want sum all the marks which have same rnk art id . pls hel tell how Pin
Abhijit Jana22-Jan-09 17:47
professionalAbhijit Jana22-Jan-09 17:47 
QuestionEmail Expression Validator Pin
Terick22-Jan-09 8:34
Terick22-Jan-09 8:34 
AnswerRe: Email Expression Validator Pin
rama charan22-Jan-09 19:02
rama charan22-Jan-09 19:02 
QuestionDatagrid Pin
dptalt22-Jan-09 8:14
dptalt22-Jan-09 8:14 
AnswerRe: Datagrid Pin
sudhanvag25-Jan-09 7:48
sudhanvag25-Jan-09 7:48 
GeneralReporting Pin
Brady Kelly22-Jan-09 5:44
Brady Kelly22-Jan-09 5:44 
GeneralRe: Reporting Pin
ToddHileHoffer22-Jan-09 6:54
ToddHileHoffer22-Jan-09 6:54 
GeneralRe: Reporting Pin
Brady Kelly22-Jan-09 7:12
Brady Kelly22-Jan-09 7:12 
GeneralRe: Reporting Pin
VenkatFor.NET22-Jan-09 20:25
VenkatFor.NET22-Jan-09 20:25 

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.