Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~9K People Reached
Favorite Forums
Favorite Tags
asp x 19
Member Avatar for dweaver6
Member Avatar for trupti_rose
-1
8K
Member Avatar for bhavna_816

When I go to the design window and drag some control say label in that, I can't be able to see that. When I switch to Source control, I can the tag like [code] <?xml namespace="" prefix="asp" ?> <asp:Label ID="Label1" runat="server" Text="Label">ABCD</asp:Label> [/code] Also in properties window I can't see …

Member Avatar for dweaver6
0
151
Member Avatar for dweaver6

hey...I need urgent help I have 2 comboboxes on a form and when I post the results back to the page 1 comboboxes continues to show but I need it hidden.. here's the code: [code="HTML"] <td><strong>or Owner</strong> <td><SELECT id="cboGpOwner" style="WIDTH: 96px;" name="cboGpOwner"> <OPTION value=0 selected> </OPTION> <OPTION value=1>AI</OPTION> <OPTION value=2>PAL</OPTION> …

Member Avatar for SheSaidImaPregy
0
96
Member Avatar for dweaver6

Urgent,, I'm trying to pass a variable via double click event to a sub routine on another page, yet the ondblclick is not working here's my code: <td align="left" ondblclick="alert('Selection confirmed')" bgcolor="<%=backColor%>" style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; MARGIN-LEFT: 0px; BORDER-LEFT: gray 1px solid; WIDTH: 150px; COLOR: #000000; …

Member Avatar for SheSaidImaPregy
0
102
Member Avatar for dweaver6

hello, i need help in getting using one submit button to validate user's input afterr selecting between a textbox or combobox entry: here's my code: <table border="1" bgcolor="#b4beda" style="MARGIN-LEFT: 0px; WIDTH: 645px"> <td><strong>Enter Security #</strong><input id="txtLpId" NAME="txtLpId" MAXLENGTH="5" TABINDEX ="1" style="WIDTH: 90px; HEIGHT: 20px; TEXT-ALIGN: left"></td> <td align="middle"><input style="FONT-WEIGHT: bolder; …

Member Avatar for dweaver6
0
174
Member Avatar for dweaver6

i need to know how to submit a field confirmed in a validation routine to access a com component which holds the database fields here's mycode: a select statement runs the validation: Function getLpInfo Dim strDetails Dim strMessages PssDelObj(objDetails) PssDelObj(rsContacts) set objDetails = Server.CreateObject("PssPalInterface.PalCommon Cls") set rsContacts = objDetails.get_SecGp_info(svrglpid) svrMsgEmpty …

0
77