How to add itinerary to page with C#
Hello everybody,I'm pretty new to this C# but I need to have some kind of itinerary on my shop webpage.I would like to let the user give in his/her adress so that the system will provide an route to...
View ArticleManlipulate String ...
How do I update my current string to look like the new string. I only need the characters inside the parathensis. Current = "(AB0000034 ) Book Store Feebies"New String = AB0000034thank you much,
View ArticleHow to pass Query string on clickin dynamically generated hyperlink?
I am trying to pass query string value on clicking any hyperlink which are dnamically generated. Something like this..<% ------some code---- clickedalbum = dt6.Rows[0]["albumid"].ToString();...
View Articledynamically add rows to html table.
I have been working on a webform where I need to generatet a dynamic html table. Then with each button click I need to add a row with cells to the table. My problem is when I click my add row button it...
View ArticlePublishing Web Application in Visual Studio 2012.
I was using Visual Studio 2008 where to publish web application, i used to right click project select "Publish" and the enters path for publish folder where publish contects have to be created and...
View ArticleWebform Error
Hi,I am binding my data in a datalist, now on linkbutton click. i am redirecting to another page and, their i am fiiling my form with data of that datalist.Till here it is working fine,1.but on second...
View Articleat page load i couldnt set textbox text ?
HelloI have below codes. But i couldnt set textbox value at page load. when i clickk imagebutton, i do response then i need to set textbox value at page load. Thanks. Note : I use ajax autocomplete...
View Articleobject = object = object ? what is this code doing
Hi, Can anyone explain to me what does this code means? protected void Application_Start(object sender, EventArgs e) { HttpContext.Current.Application["DS"] = HttpContext.Current.Cache["DS"] = new...
View ArticleHelp with Validating A Number....
I have the code below where I need to validate that the random number - Be sure itdoes not exist in the database.If the number exist the code should regenerate a new number and validate it until a...
View ArticleDifferent colors for individual text within TextBox?
Hi guys,I need to be able to change the color of certain lines of text within a TextBox. I've seen on other's Forum questions that 'multiple colors in textbox are not supported'.The use of the TextBox...
View ArticleInvoke client-side script after validation but before postback
Hi All: I have an web form with a submit button that posts back to a remote server.I have some requiredfieldvalidator and regexvalidators that work fine; they fire the client-side validation before...
View ArticleASP.NET page taking forever to load
I have following code in page_load. HTML page never loads SpeechRecognitionEngine recognitionEngine = new SpeechRecognitionEngine(); recognitionEngine.LoadGrammar(new...
View ArticleCheckboxlist values to store in different columns
Totally newbie here. I've seen some examples of how to display the selectd checkbox but the project i'm working on right now is a bit complicated(for me).I have 6 items in a checkboxlist. The user can...
View ArticleAdding a prompt for the user to select a value from the dropdownlist
Hello,I have a requirement where in if the user clicks on the 'Add new' button to add a new row without choosing values from the 2 dropdownlists, then he/she should receive a prompt message.Would...
View ArticleCascading Dropdown Reset
I have a cascading dropdown with several cascades. I want to be able to reset the first choice back to the "Select" in case someone wants to reset the form, but it crashes when I do this....
View ArticleDynamically show/hide some fields in a Form
Hi All, I generate a form in the Page_Load, I want to dynamically show/hide some controls with in this generated form. My code looks like below. I have a table in my .aspx page.<asp:Table...
View ArticleWhen I set authentication mode = "Forms" in the web.config, my css is lost in...
I have a page with a login control on it and it displays perfectly until I turn forms authentication on. How can I fix that?
View ArticlePerformance comparision in Repeater and foreach ASP.net Without MVC type
Hi All,I am implementing one small apps to show large data in to talbe using Repeater control in asp.net with out MVCbut mvc has a features like using foreach(var item in modal){ } it will bind data....
View ArticleUnhandled Exception in mscorlib.dll
I at random times get the error: An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll. I am trying to decrypt an csv or txt file when this happens. These files...
View ArticleAjax modalpopup and update panel
hello everyonei know its simple i just cant find the solution LOL :) how can execute the modal update panel to be visiable after the panel was update ?please help
View Article