Search results for query: *

  • Users: sid
  • Content: Threads
  • Order by date
  1. S

    include sql db within package and install on a standalone system with no sql server

    Hi, i have develop an window application using **VB.NET** and** SQL SERVER2008R2**.I have Sql server2008R2 installed on my system containing sql database file.I have my connectionstring in app.config file as:- <appSettings> <add key="mycon"...
  2. S

    combine different date and time using two datetimepickers

    hi friends, i have two datetimepickers in a window form application.One datetimepicker is used to select date and second one is for time. Now i want to combine date from DTP1 and time from DTP2 and update the database with the selected combined datetime value using vb.net. Thankyou
  3. S

    update datetime column in datagridview

    hi frnds, i have a window based datagridview with "examdate" as one the editable datetime column .Now i want user to update or change the date to a fully valid format(dd:mm:yyyy) just on pressing enter key within the datagridview. A popup message must appear when user enter wrong date. Any help...
  4. S

    Question Automatically assigning alphanumeric roll no in datagridview column

    hi...i m again here... i have a datagridview on a form which contains studentname (in alphabetical order) and a blank rollno field according to the particular class.Now what i m suppose to do is to assign roll no on button click, starting from first student to last student. Roll no is like...
Back
Top