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
~785 People Reached
Favorite Tags
Member Avatar for saquib189

Hello friend's, i'm beginner in vb.net and creating a billing project. In that i have two forms : Customer List and Customer Bill. In Customer List i added a listbox Control and a button, when the form loads it's display the customer list from the database. so i want that …

Member Avatar for me655321
0
92
Member Avatar for saquib189

Hi, I'm creating a simple project for xml serialization in the reference of Microsoft press MCTS .net 2.0 by Tony Northup. ok In this application I create a Class Shopping Cart That has 4 public members and a parameterless constructor because it mentioned that private and protected members are skipped …

0
61
Member Avatar for saquib189

Hi, I'm create a console application for extracting system drives through driveinfo class & i also extract files and folder for there usage class but in website how can i display drives in treeview control. plz give the example in vb. thank you

Member Avatar for serkan sendur
0
76
Member Avatar for saquib189

Hello friends, I'm using a createUserwizard in my page for registration and in that i have 3 wizard step, i..e. one for uiser login, second for additional information and third for Email confirmation, so the login credentials is succesfully store in the membership table when i click on create user …

0
43
Member Avatar for saquib189

Hi, i have a ebook site & in that i put gridview that shows top 10 ebooks category by date in ascending order but in that i want to show how many readers view or read the ebook with approximate time of reading that stored in the user session will …

Member Avatar for greeny_1984
0
68
Member Avatar for saquib189

Hi, i am using GridView to show user Online in my page and i added some stuff with the help of this code in Page_load. [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim OnlineUsers As New MembershipUserCollection() Dim AllUsers As New MembershipUserCollection() Dim LastLoginDate …

0
65
Member Avatar for saquib189

Hi, i have formview control in my page and on that i have two textboxes and button in it which display at runtime. i declare the button event in my aspx.vb [code=asp.net]Protected Sub insertbutton_Click(ByVal sender As Object, ByVal e As System.EventArgs) If Not Page.IsValid Then Exit Sub ' Determine the …

Member Avatar for a496761
0
101
Member Avatar for saquib189

Hi, i have sql membership provider in my database and i want to join two different tables in sqldatasource i.e. i have this select statement in my aspx page. [code=asp.net]<asp:SqlDataSource ID="Games" runat="server" ConnectionString="<%$ ConnectionStrings:SecurityTutorialsConnectionString %>" SelectCommand="SELECT dbo.aspnet_Users.UserName, GameComment.Subject, GameComment.Body, GameComment.CommentDate, saquib.Reply.Subject, saquib.Reply.message From GameComment INNER JOIN dbo.aspnet_Users ON GameComment.UserId = …

0
66
Member Avatar for saquib189

Hi all i have a datalist and i enable paging in it. but the link button not work when i click on it. The code is shown below: [code=ASP.NET]<asp:Panel ID="Panel2" runat="server"> <font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><asp:label id="pageNumber" runat="server" /></font> <asp:DataList ID="theDataList" runat="server" RepeatColumns="4" Width="616px" CellPadding="4" ForeColor="#333333"> <HeaderTemplate> Book Listing …

0
213