Topics
-
- 2 replies
- 1.4k views
I have the following drop down: <p class=MsoNormal> <SELECT name="age"> <OPTION VALUE="value" SELECTED>Select... <OPTION VALUE="value">17-20 <OPTION VALUE="value">21-25 <OPTION VALUE="value">26-30 <OPTION VALUE="value">31-35 <OPTION VALUE="value">36-40 <OPTION VALUE="value">41-45 <OPTION VALUE="value">46-50 <OPTION VALUE="value">51-55 <OPTION VALUE="value">56-60 <OPTION VALUE="value">60+ </SELECT> I am new to asp and was wondering how I can get the value of what has been selected. Cheers Simon
Last reply by mark007, -
- 25 replies
- 2.3k views
I've searched around a bit but can't find anything that has handled POST data. There are numerous examples of the easy scenario of GET data. I have a Login Control that I place on each of my pages. This control checks the session to see if a user is loggedin or not and if they are set a LoggedIn property of the control to true so that the page the control is on can display the content and hide the login control or vice versa. If the login control is displayed they enter their username and password and hit login. The credentials are checked and any errors reported or the user is logged in. On being logged in the page can then be displayed. However I'm considering …
Last reply by mark007, -
-
- Moderators
- 2 replies
- 1.1k views
I have developed a site, and continue to experience the random problem of my server returning a "no response" when trying to connect to the website. The frustrating thing is that it seems totally random, and i can't pin-point it to anything. I thought that it was my server, and complained every time the site went down. The thing is, the site went down a short while ago, but when i went to a subdomain, of which the site content is stored in a directory on the same server, it worked fine. So that tells me that it is not my server, but rather the main site. To explain, it is set up that http://www.spotted-productions.com is stored in the ../wwwroot/ folder, and phproxy.sp…
Last reply by david7777, -
-
- 0 replies
- 1.8k views
Has anyone used a good PDF viewer toolkit? [edit]Split from old thread http://testing123.info/threads/91620/[/edit]
Last reply by DocEdge, -
-
- Moderators
- 1 reply
- 790 views
Hello, i am new in asp.net and i am having a question: I am having a datagrid_1 in which i am showing the context of PatientDetails table. When the user double clicks on a row i want to display on a new datagrid_2 (in the same form) the information which corresponds to that patient, but from another table (Img table). The two tables are connected throw a PK and a FK. How can i connect the two datagrids so as when the first datagrid is double clicked, the other one will show the appropriate info?? and how shall i read the information of the row that has been clicked in general? your answer will be very helpful for me..
Last reply by Robby, -
-
-
- Leaders
- 3 replies
- 3.3k views
I'm programatically adding items to my listbox in vb.net and would like to change the color of a line to red if its an 'important' item. Does anyone have any code snippets on how to change the color of a particular line in a listbox; or upon adding it if there is a way to set the color? Any help would be appreciated, Thanks Ben
Last reply by woklet, -
-
- 0 replies
- 646 views
I have 1 dataset with two tables. One table is a list of states, the second table is a list of counties for each state. The goal is to have two comboboxes. The first combobox contains a list of states bound to the first table. The second combobox contains a list of counties driven by which state was selected in the first combobox. Through code I can: create and populate the dataset create a relationship between the tables bind the state table to the cmbState combobx bind the counties table to the cmbCounty combbox Through code I can't: establish the relationship between the comboboxes. I get a complete list of states in the first combobox and a complete…
Last reply by tverney, -
hello i need to create a trigger for DELETE, UPDATE and INSERT in all the Tables... can i put it all in a Single Trigger.... if so how to achieve it.... and one more....i need to fine out the TRIGGER ACTION for which the TRIGGER is fired (i.e INSERT or DELETE or UPDATE)....i need to insert a code in that trigger to identify this.... Can u please help me in this.. Your Help is highly appreciated Vathan
Last reply by PlausiblyDamp, -
- 4 replies
- 1.2k views
I have created a web user control called ColorChooser.ascx in VB.NET. I would like to use this same control in a C# Web application. How do I go about compiling or adding the control to the C# project?
Last reply by wessamzeidan, -
-
- Administrators
- 5 replies
- 988 views
When I am developing in VS.Net I have a recurring problem where I have to copy the .dll's I am using from its Bin directory to c:\winnt\microsoft.net\framework\v1.1.4322/Temporary ASP.Net/ and then the subdirectory for the program name I will start the debugger and get the error, I copy the dll, then it will run fine until some other time that i start the debugger. It never happens on the compiled site, so it is more of a pain than anything else, but I was wondering if there was some setting I am leaving out that makes it do this
Last reply by wessamzeidan, -
-
I want to develop a tool, like a language input tool, which when user typing something in this tool, it will output something else to a textbox in other application. Can you understand me? Any idea to do this? TQ!
Last reply by mark007, -
- 1 reply
- 1.1k views
hi all, is there's anyway to bind dataTable to datalist using javascript because i have a page contain 4 links when the user click on anyone i don't want to postback just rebind the data is there's anyway to do this with javascript my data r cached so i don't need to postback Plz help :D
Last reply by wessamzeidan, -
- 0 replies
- 766 views
Does anyone know if there is support for beta2 of SQLExpress 2005; from SQL ServerExpress Manager. I can't seem to get it working. It won't connect to the server. Keeps Timing-out! I'm using windows authentication; I don't recall setting any other Pass, when setting up sqlexpress either.
Last reply by antecedents, -
-
- Leaders
- 8 replies
- 1.4k views
If I wanted to create an evaluation of say 30 days for an application, how do I get around the fact that the user can change the windows time. Is there another datetime clock i can access? Or can I tell if the windows clock has been touched?
Last reply by kejpa, -
-
- 1 reply
- 1.1k views
I want to be able to edit my security policies (found in secpol.msc) using VB.NET. Any idea where to start?
Last reply by mskeel, -
-
- *Experts*
- Leaders
- 2 replies
- 2.8k views
If it were up to me I'd get rid of the "Syntax Specific" forum altogether. I think it's too all-encompassing (almost anything that needs to be done involves syntax one way or another). But the kicker - every post except one since the beginning of the year has been moved. That oughta tell you something - people just don't really understand what the forum is for. Trash it. It'll help keep topics from straying into the wrong area and make a little less work for the admins. Cheers, Dean
Last reply by mutant, -
-
-
- *Experts*
- 3 replies
- 1.7k views
Hi. How can I draw a line with linear gradient. Let's say to start at color.Red and end with color.Blue tx, matej
Last reply by mutant, -
-
-
- Administrators
- 2 replies
- 4.9k views
I am attempting to add a browse button to this particular property (in the PropertyGrid). Ive found code on the net telling me to add in the EditorAttribute with FileNameEditor in it. Unfortunately, I am being told that "System.Windows.Forms.Design.FileNameEditor is not defined". Sure enough, it doesnt appear that FileNameEditor is part of the Design Namespace. Any help? Thanks <CategoryAttribute("Mesh"), _ EditorAttribute(GetType(System.Windows.Forms.Design.FileNameEditor), GetType(System.Drawing.Design.UITypeEditor)), _ Browsable(True), _ [ReadOnly](False), _ BindableAttribute(False), _ DefaultValueAttribute…
Last reply by excaliber, -
-
-
- Leaders
- 9 replies
- 2.7k views
I've searched the forum but can't seem to find information about textbox character wrapping. I need to be able to have a textbox control that character wraps instead of word wraps. That is, when the textbox displays the text it wraps the text on a character boundary, not a word boundary. I must display EDI X12 data at work and word wrapping can be very misleading. I've found precious little on the web (either MSDN or Google) about .NET textbox character wrapping. Can someone point me in the right direction if I need to code a custom inheritable textbox control to do this? I'm not yet hip to the base methods I would need to mess with, maybe paint or draw or…
Last reply by mark007, -
-
- 2 replies
- 1.4k views
hi, well i wrote a windows form application in vb.net which displays company products. Added images on to the windows form. This application does not have any child forms. Development Environment :: The application is running in windows xp and is developed in windows xp. The application is developed in Microst VS.NET 2003. Well the problem is the form in minimze state disappears/Not Visible when i click restore. The application does not restore to its position only when it goes to minimize state. I have two panels on the form, one as top panel and other as bottom panel. The top panel has four buttons anmd two labels . the bototm panel has th…
Last reply by cinaga,
-
Who's Online 0 Members, 0 Anonymous, 85 Guests (See full list)
- There are no registered users currently online