Microsoft
Software
Hardware
Network
Question : populate textbox with hyperlink containing variables
guru sami,
I have a textbox that i need to populate with a hyperlink containing a variable (parcel_ID). The textbox is inside a formview/InsertItemTemplat
e
My code is as follows:
<asp:TextBox ID="ParcelIDTextBox" Width="95%" runat="server" Text='<%# Bind("ParcelID") %>'>
</asp:TextBox>
My InsertCommand is as follows:
InsertCommand="INSERT INTO [INPUT] ([RecordNumberID], [ParcelID], [ICLU_Selected], [SCCLU_Selected],[IFLU_Sel
ected], [FDATL_Selected], [FDATL_Source], [INPUT_Comments], [INPUT_Name], [INPUT_Email], [INPUT_Date]) VALUES (NEWID(), @ParcelID, @ICLU_Selected, @SCCLU_Selected, @IFLU_Selected, @FDATL_Selected, @FDATL_Source, @INPUT_Comments, @INPUT_Name, @INPUT_Email, @INPUT_Date)"
I'm just trying to have a hyperlink containing th is parcel ID open up my form, populate textbox called "ParcelIDTextBox" on Page_Load.
ANY help would be greatly appreciated.
Related Solutions:
Auto populate username to textbox
Answer : populate textbox with hyperlink containing variables
put all of the users into a security group that you want to receive this GPO
on the security filtering tab, remove authenticated users and add your newly created security group
make sure the GPO is applied on the correct OU
Random Solutions
wordpress causing infinite tabs opening?
VB .NET 2005 Combine Two Tables on Primary Key and Display in DataGridView
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
how can i find all ILO boards on a network
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
GridView control scroll bars are not visible on page reload
imac osx 10.5 - Does not boot; cannot find harddrive. Getting a folder icon wid a question mark flashin at startup
MS Access not connecting to Oracle11g using ODBC
AJAX Refresh on Submit of Pop Up Window
Sharepoint Webpart page load event issue