Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview delete row event firing twice? Pin
Greg Chelstowski15-Sep-09 4:29
Greg Chelstowski15-Sep-09 4:29 
GeneralRe: gridview delete row event firing twice? Pin
compninja2516-Sep-09 5:25
compninja2516-Sep-09 5:25 
Questionasp.net for loop example Pin
Member 464032615-Sep-09 3:03
Member 464032615-Sep-09 3:03 
AnswerRe: asp.net for loop example Pin
Manas Bhardwaj15-Sep-09 3:20
professionalManas Bhardwaj15-Sep-09 3:20 
GeneralRe: asp.net for loop example Pin
Member 464032615-Sep-09 3:26
Member 464032615-Sep-09 3:26 
Questioncellspacing not worked in Opera browser Pin
Jain Vijay15-Sep-09 2:15
Jain Vijay15-Sep-09 2:15 
AnswerRe: cellspacing not worked in Opera browser Pin
Abhishek Sur15-Sep-09 6:53
professionalAbhishek Sur15-Sep-09 6:53 
Questionhow to update elements in modal popup by using java script Pin
Zapss15-Sep-09 1:57
Zapss15-Sep-09 1:57 
hi am new to ajax,am facing a big problem,
my requirement is to add the item details to the grid,by using modal popup.
In the modal popup i give a option to search the itemname
this search details will be shown on grid in the same modal popup,in that grid i added button for selecting rows.
once the user click the select button, i want to assign the
values in the modal popup textbox, by using java script fucntion.
My problem is javascript fucntion working well, i tried by alert fucnction working fine but the


function shopModalPopup(itmid,itmno,itmdesc,onhand){
********** working *************
alert(itmid);
alert(itmno);
alert(itmdesc);
********** not working *************
document.getElementById('itemid').value=itemid;
document.getElementById('itemno').value=itmno;
document.getElementById('itmdesc').value=itmdesc;
document.getElementById('onhand').value=onhand;
********** not working *************
$get("<%=this.itemid.ClientID %>").value = itemid;
$get("<%=this.itemno.ClientID %>").value =itmno;
$get("<%=this.itemdesc.ClientID %>").value =itmno;
$get("<%=this.onhand.ClientID %>").value =onhand;
}
AnswerRe: how to update elements in modal popup by using java script Pin
compninja2515-Sep-09 3:14
compninja2515-Sep-09 3:14 
GeneralRe: how to update elements in modal popup by using java script Pin
Zapss15-Sep-09 20:46
Zapss15-Sep-09 20:46 
GeneralRe: how to update elements in modal popup by using java script Pin
Zapss15-Sep-09 22:20
Zapss15-Sep-09 22:20 
GeneralRe: how to update elements in modal popup by using java script Pin
compninja2516-Sep-09 2:04
compninja2516-Sep-09 2:04 
AnswerRe: how to update elements in modal popup by using java script Pin
Abhishek Sur15-Sep-09 6:58
professionalAbhishek Sur15-Sep-09 6:58 
QuestionString Compair Pin
JAYRAJ GIRI15-Sep-09 1:44
JAYRAJ GIRI15-Sep-09 1:44 
AnswerRe: String Compair Pin
Manas Bhardwaj15-Sep-09 1:52
professionalManas Bhardwaj15-Sep-09 1:52 
QuestionHow to use MS-Word Equation Editor in ASP.Net Pin
abglorie15-Sep-09 1:31
abglorie15-Sep-09 1:31 
AnswerRe: How to use MS-Word Equation Editor in ASP.Net Pin
DavodM15-Sep-09 1:51
DavodM15-Sep-09 1:51 
QuestionHow to configure SMTP on windows 2003 Pin
Raghvendra Kumar Roy15-Sep-09 0:46
Raghvendra Kumar Roy15-Sep-09 0:46 
AnswerRe: How to configure SMTP on windows 2003 Pin
SeMartens15-Sep-09 0:51
SeMartens15-Sep-09 0:51 
AnswerRe: How to configure SMTP on windows 2003 Pin
Manas Bhardwaj15-Sep-09 0:52
professionalManas Bhardwaj15-Sep-09 0:52 
QuestionCan you help me? Pin
abglorie15-Sep-09 0:14
abglorie15-Sep-09 0:14 
AnswerRe: Can you help me? Pin
Raghvendra Kumar Roy15-Sep-09 0:47
Raghvendra Kumar Roy15-Sep-09 0:47 
GeneralRe: Can you help me? Pin
abglorie15-Sep-09 1:02
abglorie15-Sep-09 1:02 
AnswerRe: Can you help me? Pin
SeMartens15-Sep-09 0:50
SeMartens15-Sep-09 0:50 
Questionhow to clear the value of the ASP.NET FileUpload control in Web application Pin
coolsharath15-Sep-09 0:09
coolsharath15-Sep-09 0:09 

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.