Ask a Question related to ASP.NET General, Design and Development.
-
dmedina #1
Populating DropDown in webform
#1) put the data in table AA and put a flag like "New
Detail" yes,no and requery you database and if user has
selected "New Detail" then add ther previous data plus the
data with the flag....
#2) when user finish entering the "new Detail option
requery your previous data from Table AA and temp data
from table BB, I am sure that the table AA and BB as the
same schema...
hope this help,
dmedina
best way to go about it.>-----Original Message-----
>Hi,
>
>I have come across a problem, and don't know which is thedropdown 'ddDetails'.>
>I have a webform, which has a textbox 'txtZip' and aquerying a table AA. ddDetails now contains information>
>ontextchange of txtZip, i populate the ddDetails by
such as Name, Address, City, State and Zip.the details doesn't exist in table AA.>
>I added 'New Detail' at the bottom on the code in casethe user enters this information and the information is>
>When 'New Detail' is selected, a form is made visible and
now stored in a temp. table BB and i store it in XML
Format too.populate the dropdown with this new information along with>
>Now, the problem that i am facing is that i want to
the rest of the previous held data.information from table AA and from the XML file.>
>so basically, i want to populate the ddDetails with>
>I would like to know how do i go about it.
>
>i can provide the code, if my explaination is confusing.
>
>Please help me out.
>
>I appreciate any help/advice.
>
>--
>Thank You,
>Seandmedina Guest
-
populating dropdown using tables from two databases
I tried it with populating the values from the first qury to an array and using that array inside NOT IN clause of second query. But its giving... -
Slow populating dropdown?
I am, for the first time, using Dreamweaver to create recordsets and populate a few dropdowns. Normally, I'd do this by hand, but thought I'd give... -
Dynamically populating a webform
Hi, i'm pretty new to the .NET framework and am looking for some help. Is there any way to dynamically create a number of hypertext links... -
Dropdown question (populating a text field)
Hello everybody, I have a problem and would appreciate any help on offer. I have a table with two fields in it. On my form there are the... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards



Reply With Quote

