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 #31.8K
Ranked #3K
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Dhaneshnm

I want a file uploader,that doesnt cause post back in asp.net 2.0. With some googleing i found that if i set traget of the form to an iframe on the same page,i can avoid post back.But when i try this the page is getting opened in new window.(ie7 is the …

Member Avatar for Dhaneshnm
0
802
Member Avatar for sandeep_1987

I want to show a menu.As u see in websites,wen we move a mouse over the menu item,Drop down menu appears.How to do that? See in Pic on URL [url]http://www.vbforums.com/newthread.php?do=newthread&f=31[/url]

Member Avatar for shenulal
0
181
Member Avatar for brightline

I have a web application that I published it on a server. But I have a problem with this published application, the problem is: I have some validators in the pages, these validators work well on some computers but it doesn't run on the other(with the same explorer with the …

Member Avatar for shenulal
0
96
Member Avatar for marangajared

Hi. on my form, the field are entered depending on availability. some fields are mandatory while others are optional. The mandatory fields are inserted into one table called [B]Receipt [/B]while the optional ones are saved in the other table called [B]receiptLine[/B]. When all the fields are filled in, then the …

Member Avatar for shenulal
0
94
Member Avatar for omotoyosi

hello all, am using asp.net vb . i have a label named label1 but i am passing data into it at runtime which depends on what the user clicks. My problem now is that 1. How do i do autosize for the label because its not in the label properties …

Member Avatar for shenulal
0
118
Member Avatar for sonia sardana

[code] public partial class FrmOnline : System.Web.UI.Page { string Query; SqlCommand cmd; SqlConnection conn; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { OpenSQLConnection(); SqlCommand cmd = new SqlCommand("select * from Info1 where UID=1", conn); SqlDataReader dr; dr = cmd.ExecuteReader(); while (dr.Read()) { dr.Read(); TextBox1.Text = dr[0].ToString(); } } …

Member Avatar for shenulal
0
105