No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
i am giving Hint........ just Enable AutoPostBack Proprty of TextBox... create TextBox1_TextChanged Event (double click on text box it automatic create) and now write down code for other 3 are bound fields.in TextBox1_TextChanged method.... when u press enter in textbox than this code is exacuted.... Patel Rikin [email][email protected][/email]
same as above but that is sample project... [URL="http://www.mediafire.com/file/509fdg6i0bni660/Alert, Popup, MessageBox.rar"]http://www.mediafire.com/file/509fdg6i0bni660/Alert, Popup, MessageBox.rar[/URL] Patel Rikin [email][email protected][/email]
firest create java script [CODE]<script type="text/javascript"> function printfn() { document.getElementById('1001a1').innerHTML=''; if(document.getElementById('down-time')!=null) document.getElementById('down-time').style.display='none'; cancelfn() window.print(); } function cancelfn() { document.getElementById('1001a2').innerHTML=''; if(document.getElementById('down-time')!=null) document.getElementById('down-time').style.display='none'; } </script>[/CODE] than write code in aspx file like this .... [CODE]<td align="center" valign="top" ><span id="1001a1">To Print Click Heare <a href="PrintPage.aspx" onclick="javascript:printfn();">(Print)</a></span></td> <td align="center" valign="top"><span id="1001a2">To Cancel Click Heare<a …
The End.
patelriki13