Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Kristysos

I don't know why it kept appear this error: The name 'LogoutBT' does not exist in the current context. All my textboxes and buttons do not exist in the current context Please help me. Thanks. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using …

Member Avatar for mailme.vibin
0
151
Member Avatar for Moody1

Hello guys, i'm using Windows Application C# i want to get a comboBox value which in Form1 from Form2 ex. in the form1 i have comboBox1 + Button, now after clicking that button i'm moving to form2 in the form2 i want to load some information from DB depending on …

Member Avatar for mailme.vibin
0
95
Member Avatar for babashankar

I have multiple textboxs which are created dynamically in page_load. TextBox tb = new TextBox(); tb.id = "ID1"; tb.text = GetfromDB(); tb.TextChanged +=new EventHandler(tb_TextChanged); Now i want to add a javascript confirmbox as tb.Attributes.Add("onchange","javascript:return confirm('Data has Changed. Click OK To Continue');"); If the user clicks ok then continue to tb_TextChanged …

Member Avatar for mailme.vibin
0
64
Member Avatar for simmy7

I am using .Net 2 in Vs 2008 and I am trying to get the onclick event for a checkox to fire when clicked. Unfortunately it is not firing. I can see the code is added to the checkboxs html. This is the checkboxlist: [CODE]<asp:CheckBoxList runat="server" ID="chkSides" RepeatColumns="3" RepeatDirection="Horizontal" DataValueField="ItemNo" …

Member Avatar for Ramesh S
0
647
Member Avatar for samcaleb05

Hi Frnd's... I'm new to webservice concept.Can anyone tell me how can i access a webservice from one site to another site using asp.net with vb.Please aid me to do this process.Awating for ur reply Experts... the following link contains the schema [url]http://www.laserapp.com/dev/dtd/las9formfeed.xsd[/url] Tks in Adv... Caleb05....

Member Avatar for mailme.vibin
0
142
Member Avatar for mailme.vibin

I download free css from [url]http://www.templateyes.com/[/url] to my computer ,but I dont know where to past the code and image it in asp.net..any one help

0
60