Forum: ASP.NET Oct 24th, 2007 |
| Replies: 2 Views: 1,461 alert message suppose when user click on edit button, he should not be allowed to go any of hyperlinks or tabs or any other other page. after clicking save or close buttons he shold be allowed to move. even though... |
Forum: ASP.NET Aug 4th, 2007 |
| Replies: 5 Views: 1,468 Re: sending 2 emails in single click event i got it
string userInfo = string.Empty;
string da = Convert.ToString(DateTime.Now.Date + DateTime.Now.TimeOfDay);
userInfo = "Hi,<br>You can Review your Design through this... |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,468 |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,468 sending 2 emails in single click event hi,
i wanted to send 2 different email that is 2 different email address,with to different messages in asp.net c# 2.0.
by using Cc i can send to different email Address but how to different messages |
Forum: ASP.NET Jul 28th, 2007 |
| Replies: 2 Views: 1,141 |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 2 Views: 1,141 |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 7 Views: 1,269 |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 7 Views: 1,269 |
Forum: ASP.NET Jul 18th, 2007 |
| Replies: 7 Views: 1,269 |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 3 Views: 2,241 Re: select check boxes just copy the code in ur .aspx
1> javscript function
<script language ="javascript" >
function check_uncheck(Val)
{
var ValChecked = Val.checked;
var ValId = Val.id;
... |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 7 Views: 1,269 asynchronous dropdownlist any idea any idea about asynchronous drop downlist, on selected item of drop downlist with out causing server round trip how can we populate selected item into textbox.(with out postback or callback) |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 2 Views: 1,356 |
Forum: ASP.NET Jul 2nd, 2007 |
| Replies: 3 Views: 3,970 how to hide querystring in url hi,
plz help me out to hide querystring at url
eg: http://localhost/payment/paypal.aspx?Uacc=das021 &sdgn=jg43
to only http://localhost/payment/paypal.aspx. |
Forum: Python Jul 2nd, 2007 |
| Replies: 1 Views: 2,626 how to hide querystring in asp.net2.0 hello,
can anyone help me how to hide querystring in address bar
eg: http://localhost/products/category.aspx?id=c001 & pid =p0045
to http://localhost/products/category.aspx |