15 Posted Topics
[QUOTE=Sonic42;1140191]Hi- How can I change the content of the PictureBox control based on user entry? I'm assuming it would be similar to this: [CODE]If (TextBox1.Text = "Test") Then Picturebox1.Picture= (testpic.jpg) End If [/CODE][/QUOTE] Yes it would be like it, on the basis of the user name who logged in you …
[QUOTE=manjunath_praj;1139082]Hi Can Anyone help me in creating custom controls to add or remove textboxes dynamically. Any help is appreciated Thanks Manju[/QUOTE] hi.. u can do this by placing the required control on the page and by default set its visibility to false..to get that control on page as per requirement …
[QUOTE=Blacklister;1123280]i want to update some links and data on a web page without the web page getting refreshed ..... please help me with this ....[/QUOTE] u just use update panel on .aspx file and place the control u are clicking in it. It will just update the data without refreshing …
Hi all.. I need to make my dropdownlist disabled (none can change value or it should be read only)..which property should I use as readonly for dropdownlist is not working for me.. PHMO..
I'm using the same Excel Interops..but when i run it on local machine or debug at my local or host server it works exactly as required,but when being run from server it give error regarding Active X Components. What should be the reason and how can i resolve it. Please …
I need to export the HTML report to PDF. how can I do this. Please help me out. Thanks
I'm using Office Outlook and Office Excel interop library in my code. When I debug the application it works exactly as required on my local machine and at server too(remember only when I debug) but when I host the web application on server it throws an error that [B][B]"Active X …
hi... actually me wish to have few differences between SQL Server 2005 & 2008, from interview point of view. As I have asked the same question most often. give me the basic difference as well as technical too. Thanks
[QUOTE=jallan2010;1133076]It on the following line while retrieve data from database line strSQL = ("Select * from [Lani] Where [Sr No] = " & txtid.Text) I will appreciate your reply, Thank you[/QUOTE] if the value in txtid is integer than its ok else.. strSQL = ("Select * from [Lani] Where [Sr …
dear all I am trying to send a mail using Web.Mail in vb.net. It is working fine but when I try to attach the file using Upload File Control of asp.net, event is not getting fired on which the function is getting called to send mail.. sending the code too. …
Hi all, I have used outlook 2007 to make a mail from one of my button event. The event in firing and working exactly when I make my VB.Net code debug (Outlook Interface opens as required). But I make the same code uploaded on Server and the on the required …
I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List. Please help me out.. thanks
Is web.config file is must to execute any asp.net application if we are maintaining connection strings on the page itself.
What is Global Class in ASP.Net and where it is stored and what is its functionality?
hi all... how can i use TestChanged event of a text box in vb.net... do i need to use any javascript or some other scripting language for same? thanks
The End.
vvashishta