Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
35% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
Ranked #4K
~14.7K People Reached

15 Posted Topics

Member Avatar for Sonic42

[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 …

Member Avatar for Deep Modi
0
11K
Member Avatar for manjunath_praj

[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 …

Member Avatar for Fortinbra
0
142
Member Avatar for Blacklister

[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 …

Member Avatar for ketan_156
0
604
Member Avatar for vvashishta

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..

Member Avatar for crishjeny
0
2K
Member Avatar for Tweed

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 …

Member Avatar for crapulency
0
330
Member Avatar for vvashishta

I need to export the HTML report to PDF. how can I do this. Please help me out. Thanks

Member Avatar for kvprajapati
0
49
Member Avatar for vvashishta

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 …

0
48
Member Avatar for vvashishta

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

0
57
Member Avatar for jallan2010

[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 …

Member Avatar for pritesh2010
0
147
Member Avatar for vvashishta

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. …

Member Avatar for vvashishta
0
278
Member Avatar for vvashishta

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 …

Member Avatar for vvashishta
0
144
Member Avatar for vvashishta

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

Member Avatar for vvashishta
0
150
Member Avatar for vvashishta

Is web.config file is must to execute any asp.net application if we are maintaining connection strings on the page itself.

Member Avatar for kvprajapati
0
108
Member Avatar for vvashishta

What is Global Class in ASP.Net and where it is stored and what is its functionality?

Member Avatar for kvprajapati
-3
59
Member Avatar for vvashishta

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

0
82

The End.