Asked by:
How to get values from a textfield created in dreamwear into an aspx page

Question
-
User1381801752 posted
Hi...
I have a wbsite designed in dreanweaver and i have converted it successfully into aspx.
But still i'm able to get the values entered in the fields as runtime...
Just tell me the method to do so....
Tuesday, December 7, 2010 1:27 AM
All replies
-
User-1659704165 posted
Hi,
What are you using?
<asp:textbox Control Or Normal <input type="text"
Tuesday, December 7, 2010 3:01 AM -
User1381801752 posted
i'm using <input type="text"
Tuesday, December 7, 2010 4:09 AM -
User-1659704165 posted
Then Use Convert.toString(Request["Id of textBox"])
or
Replace it with <asp:text box
Tuesday, December 7, 2010 7:58 AM -
User1381801752 posted
Now as i have changed the fields withs asp:textboxes but the allignment which i have done using the style script...
Just tell me what should i do...
Wednesday, December 8, 2010 3:49 AM -
User-1659704165 posted
Hi,
if u have Got Css class Then..
CssClass="<css calsss Name>"
OR
http://forums.asp.net/p/1439419/3394616.aspx
chk the above link for More info
Wednesday, December 8, 2010 4:02 AM -
User1381801752 posted
i have tried both the ways..
but using that i could only get only the allignment done not the spacing done...
Wednesday, December 15, 2010 5:36 AM