Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vanisudha2000
  • Content: Threads
  • Order by date
  1. vanisudha2000

    Gridview does not show up if there are no records in the database

    Hello, If there are no records in the database then the Gridview does not show up in the asp page. Can you help me in giving code atleast to put some message on the page if the gridview does not have any records in the database. Thanks in advance
  2. vanisudha2000

    Validation messages overlap on each other , How to separate???

    Hello, I am having a detailsView, On which I want to put some validation on each of the fields, Now I am facing two problems, 1. When I type more than one words in the fields then in the output i see that each word is in a single line and the size of that field is going on increasing, HOW...
  3. vanisudha2000

    How do I send an email from a stored procedure

    Hello, I am having a stored procedure which is like this below, How can I send an email from this stored procedure Can you please help me with the code ... Thanks in advance... CREATE PROCEDURE [dbo].[SendEmail] As BEGIN select Alias,ExpireAt,CreatedAt,(completetime*60 - 30) From...
  4. vanisudha2000

    How to update a field

    Hello, I have written a stored procedure where I have set the status = open, this stored procedure runs on click of the insert button , it inserts the record taking all the fields entered from the detailsview. in the data base i have currentdate that is the systemdate and datewhich is 2...
  5. vanisudha2000

    How can I show system date in a field in a detailsview

    Hello, I am having a detailsview , which is accessing data from the database, there is a field which should show the system date in it, but I am not able to get that, Can you please help me .. Thanks in advance.
  6. vanisudha2000

    How can I set a value range in detailsView

    Hello, I am having a detailsview in which I am getting the data from the database. Now in one of the columns data I have to check if the value entered should not be greater than 6 and less than 1, that is range is 1 to 6. How can I do that, How can I access that column to do furthur checking...
  7. vanisudha2000

    How to hide a record in the datagrid

    Hello, There is a datagrid in my page, where the colums are databound, one column is a datetime field, that is the time entered at that instance. for example it is 1/1/2006 12:00 PM then after 60 min or 120 min or 180 min, that record should no longer should show up in the data grid. How...
  8. vanisudha2000

    Passing data from a web form to another web form

    Hello, I am new to ASP.Net, I am building an web application in which I have a webpage which has a button on it , on click of the button how can i get a web form on which I can place some controls like text , label and another submitt button. On click on the submitt button, the data...

Part and Inventory Search

Back
Top