Forum: ASP.NET Oct 24th, 2007 |
| Replies: 2 Views: 2,151 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,966 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,966 |
Forum: ASP.NET Aug 3rd, 2007 |
| Replies: 5 Views: 1,966 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,411 am creating new folder for each user who uploads any files. all the uploaded files will be in that folder.
here is sample
//file upload
if ((FileUpload1.PostedFile != null) &&... |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 2 Views: 1,411 how to create new folder for each user who uploads .doc,.txt,.png,.jpg into web server. user may select his own type of uploads file depending upon file extension new folder must be created.
eg:... |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 7 Views: 1,749 never mind i got javascript without postback in dropdownlist |
Forum: ASP.NET Jul 19th, 2007 |
| Replies: 7 Views: 1,749 yes i had installed AjaxToolKitExtender.vsi other than update panel i can see all controls |
Forum: ASP.NET Jul 18th, 2007 |
| Replies: 7 Views: 1,749 error creating update panel any idea |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 3 Views: 2,881 just copy the code in ur .aspx
1> javscript function
<script language ="javascript" >
function check_uncheck(Val)
{
var ValChecked = Val.checked;
var ValId =... |
Forum: ASP.NET Jul 17th, 2007 |
| Replies: 7 Views: 1,749 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,872 first do the insertion of data into database at final send email with some msg. u need to
1> add reference if using 1.1 use cdonts lib 2.0 cdosys and smtp lib
2> add namespace using... |
Forum: ASP.NET Jul 2nd, 2007 |
| Replies: 3 Views: 7,400 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: 3,604 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 |