hello i m creating a dropdownlist binded from database... now i m having a link to Add More to add more dropdownlist these dropdownlist are having their option from database...i successfully done that but on change event of dropdownlist i want to create child dropdownlist binded from database... u can see the example here[^] please tell me how to solve this problem...the first dropdownlist displays category and the second one subcategory....
Miss Maheshwari
Posts
-
create child dropdownlist -
remove dynamic created controli m creating controls dynamically...like i m having a button "Add More" and on click of this button i want to add dropdownlist binded from database and a link button "Remove" when user clicks on remove button the particular dropdownlist and that remove button should be removed.... but how can i do that using javascript...
-
problem in sending mailbilal_yousaf_hussain wrote:
neetu@djsw.com does not exist
it exists... and as i told i tried many existing ids
-
problem in sending mailnow i m getting this error
The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available
-
problem in sending mailyeah sure i can show no problem
objMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusing", "2");
objMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate",2);
objMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", "25");
objMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout", 10);
SmtpMail.SmtpServer = "74.53.152.202";
objMail.To = txtmail.Text.Trim();
objMail.From = "info@g2o.in";
objMail.Body = body;
objMail.Subject = "New Password";try
{
SmtpMail.Send(objMail);
} -
problem in sending mailbut user exists...i tried with neetumahe@gmail.com too and many more existing user but same error....
-
problem in sending maili m trying to send a mail in asp.net but it is throwing
The server rejected one or more recipient addresses. The server response was: 550 neetu@djsw.com No such user here
error.... i searched on google but didn't get the solution.... someone tell the solution...
-
ajaxcontroltoolkit problemChristian Graus wrote:
Prayer ? Change of career ? Write your own AJAX code ?
yeah i was expecting the same answer from you
Christian Graus wrote:
Mr. Christian Graus
Thanxxxxxxxxxx
-
ajaxcontroltoolkit problembut how can i install MSI on server as i told you its working properly on localhost but throwing this error on server...so please give an alternate solution....
-
ajaxcontroltoolkit problemhello i am using ajaxToolkit:ModalPopupExtender in my site to display some detail its working very well on my local pc(localhost) but when i uploaded the site on server...its throwing javascript error ajaxControlToolkit is undefined and modelpopupextender is not getting displayed..i am trying to solve it from yesterday but the problem is still same. I copied all the dll in bin folder and also included
]]>
on top of page....and
in my master page please tell me how to solve this problem...
-
querystring problem [modified]but how can i use that(
Prasanna Kumar Pete wrote:
string strEncoded = HttpUtility.UrlEncode("CCP – 2415 (ESC)");
) in html pages.... please tell me
modified on Wednesday, November 26, 2008 4:34 AM
-
querystring problem [modified]Prasanna Kumar Pete wrote:
Try using Server.UrlEncode() OR HttpUtility.UrlEncode()
thanks but please give a proper syntax how to use Server.UrlEncode() or HttpUtility.UrlEncode()
-
querystring problem [modified]i m using both html and aspx pages in my project... for searching a particular product i m using search option in all pages...its working f9 but when i pass the text from html page through get method..it not taking the minus sign(taking in aspx page) http://www.esccctv.com/[^] when i m passing CCP – 2415 (ESC) product no. from aspx page.. it found a search but not thru html page... someone help please
modified on Wednesday, November 26, 2008 4:26 AM
-
file uploading problemhello i have created a fileupload at runtime...now i want to set its file from code...but its showing error that its read only...
FileUpload fl = new FileUpload();
// fl.Attributes.Add("value", fullpath); also tried this fl.FileName="D://pic//bullet.gif"; fl.SaveAs(pic\_path1);
please someone help how to set the file name in fileupload at runtime... Thanks
-
cms based site problemthanx
-
cms based site problemwhy r u waisting ur important time by giving such kind of answers.....but u will not waiste ur time by helping the people to give the answer of questions that they ask here and hope for some help.........
-
cms based site problemif i know why i'll ask here....n its very common... why u always re-act like this mr.Christian Graus....i know u r very intelligent...but it does not mean that u r having the rights to insult anyone....
Christian Graus wrote:
Contact the person whose rentacoder job you bid on
and if all employer will be like u then noone will give the chance to the freshers... so i wish that no employer should be like u...please dont mind...i m telling u the truth.... n now i know u'll give a very dangerous answer...
modified on Tuesday, July 29, 2008 3:57 AM
-
cms based site problemi want to develop content management system-based website in dotnet...but i dont know anything about cms so please help me and tell the proper steps to develop cms-based site in dotnet.....
-
problem in displaying large imagei have done this like.. document.getElementById("img_tool").onLoad = setTimeout("imageLoaded()",3000); function imageLoaded() { document.getElementById("img_tool").src="pic/load.gif"; } but its not working...please help me...
-
problem in displaying large imagehello sir i m using javascript function for displaying large image(shown in datalist)...my function is function ShowToolTip(con) { document.getElementById("div_img").style.visibility = "visible"; document.getElementById("img_tool").src =con.src.replace("SmallPic","BigPic"); document.getElementById("div_img").style.left = event.clientX ; document.getElementById("div_img").style.top = event.clientY ; document.getElementById("div_img").style.zIndex = "0"; } and on mouseout...i use another function ie function hideToolTip() { document.getElementById("div_img").style.visibility = "hidden"; }... but the problem is this onmouseover of another image it first display the first image for some seconds and then the current image...so i want to use loading like http://www.templates.com/[^] ...please help me...how to solve this problem... u can check my problem here http://www.eleegance.com/Default2.aspx?id=1[^]