Search

You searched for the word(s): userid:643483

Matching Posts

  • DO I buy visual studio 2008 professional or just Use the Free Visual Web developer Express

    I want to develop a website from scratch but will like to know if I should use the free visual web developer express 2008 or buy the visual studio 2008 professional. What does the Visual studio professional offer more than the free version(visual web developer express 2008). ps. I have tried to make numerous search on the difference but couldn't find one. I need clear and conscise information about the differences. I just want to be sure if I really need to purchase the professional or just use
  • Web Hosting

    Hi, I am using VWD. How do I host my created webpages- how can i make the files show on the web. All help will be appreciated. Thanks
  • Re: Help Please : Gridview Selected item

    Cashmore, Please I do have another problem, I will appreciate if u can help. The following code ensures that user are not required to select a row in a gridview more than once onclick a button. Find below the code Protected Sub btnAdd_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles btnAdd.Click Dim lb As LinkButton = GridView2.SelectedRow.FindControl( "LinkButton1" ) If lb.CommandArgument = "set" Then Message.Text = "Already submitted:Select another course" Else lb.CommandArgument
    Posted to Data Presentation Controls (Forum) by linkyossy on 4/27/2006
  • Re: User's Entry Validation

    Thanks zhuhua, I get this error "Object reference not set to an instance of an object". Please help. Dim dv As Data.DataView Dim dataset11 As New Data.DataSet 'Here, you need to use ADO.NET to fill the dataset with Table1 of database "Employee". dv = dataset11.Tables( "Student_Info" ).DefaultView Dim datarow As Data.DataRowView Dim txtID As Int32 args.IsValid = False ' Assume False ' Loop through table and compare each record against user's entry For Each datarow In dv ' Extract ID from the current
    Posted to Web Forms (Forum) by linkyossy on 4/27/2006
  • User's Entry Validation

    Please help, I found this code that refers to validating user entries using dataset. How do I modify it to my own table (Table 1) and field (User_ID) in database (Name: Employee). All the help will be appreciated. Thanks Private Sub CustomValidator1_ServerValidate(ByVal _ source As System.Object, ByVal args As _ System.Web.UI.WebControls.ServerValidateEventArgs) _ Handles CustomValidator1.ServerValidate Dim dv As DataView Dim dataset11 As New Data.DataSet dv = dataset11.Tables(0).DefaultView Dim
    Posted to Web Forms (Forum) by linkyossy on 4/26/2006
  • Validate User Entries

    Hi, Please how do I validate users entries. I have a textbox with User ID. I would like a message to prompt if users have completed the form before: using the user ID textbox box field to check for any in the database, thus if any of the User ID entered exist, a prompt message should appear. All completed entries in the form are submitted into a database. I will appreicate all the help. Thanks
    Posted to Web Forms (Forum) by linkyossy on 4/26/2006
  • Validate User entries

    Hi, Please how do i validate users entries. I have a textbox with User ID. I would like a message to prompt if users have completed the form before. help, thanks.
    Posted to Web Forms (Forum) by linkyossy on 4/25/2006
  • Re: Update Primary Key

    Thanks AlvinVi, Please find attached my code. I wouldn' t know why the update won't respond for Course_Code and Semester_Av. Is it because they are primary key fields? and is there a way I could make them respond to update command? All help will be appreciated. < asp : GridView ID ="GridView3" runat ="server" AutoGenerateColumns ="False" DataKeyNames ="Course_Code,Semester_Av" DataSourceID ="SqlDataSource6" />< Columns > < asp : CommandField ShowEditButton ="True" /> < asp :
    Posted to Data Presentation Controls (Forum) by linkyossy on 4/23/2006
  • Update Primary Key

    Hi, Please how do I update primary key value from my gridview?. I have a gridview that generate data from a table in my database. The table has two fields as primary key. I just realize that I can't update my data in those primary key fields. I used the ' <%# Bind("Emp_ID") %> ' instead of ' <%# Eval("Emp_ID") %> ' method but it won't respond. Please all help will be appreciated.
    Posted to Data Presentation Controls (Forum) by linkyossy on 4/23/2006
  • Data control validation

    Hi, Please, how do i ensure that users who have successfully completed a form are unable to do so again. I have a texbox control that takes a unique ID of user. I will like a message "you have previously completed" to pop up once user enters the same ID in the textbox click a next button. However if a new user wishes to complete the form it should give way. How do I go about this. Users completed information are stored in the database once successfully completed, so that means the control will check
    Posted to Data Presentation Controls (Forum) by linkyossy on 4/16/2006
Page 1 of 10 (98 items) 1 2 3 4 5 Next > ... Last »