Showing results 1 to 14 of 14
Search took 0.01 seconds.
Posts Made By: sasindagi
Forum: ASP.NET Oct 24th, 2007
Replies: 2
Views: 1,461
Posted By sasindagi
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
Posted By sasindagi
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
Posted By sasindagi
Forum: ASP.NET Aug 3rd, 2007
Replies: 5
Views: 1,468
Posted By sasindagi
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
Posted By sasindagi
Re: how to store the uploaded txt or .doc or jpg file in to webserver by dynamically

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,141
Posted By sasindagi
how to store the uploaded txt or .doc or jpg file in to webserver by dynamically

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: user...
Forum: ASP.NET Jul 19th, 2007
Replies: 7
Views: 1,269
Posted By sasindagi
Re: asynchronous dropdownlist any idea

never mind i got javascript without postback in dropdownlist
Forum: ASP.NET Jul 19th, 2007
Replies: 7
Views: 1,269
Posted By sasindagi
Re: asynchronous dropdownlist any idea

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,269
Posted By sasindagi
Re: asynchronous dropdownlist any idea

error creating update panel any idea
Forum: ASP.NET Jul 17th, 2007
Replies: 3
Views: 2,241
Posted By sasindagi
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
Posted By sasindagi
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
Posted By sasindagi
Re: Sending an acknowledgement via Email while storing data in ASP.NET1.0

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 system.web.mail...
Forum: ASP.NET Jul 2nd, 2007
Replies: 3
Views: 3,970
Posted By sasindagi
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
Posted By sasindagi
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
Showing results 1 to 14 of 14

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:58 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC