User Profile
Collapse
-
sorry i got your point...what you have to do is just select the datetime picker from design and right click on it then select properties then set Value attribute to your date then it will work fine...you no need to write any code in click event of button because you need the values when you run the application but not at the time of clicking on button...got it ..correct me if i understand wrong -
what is name of dateTimePicker1 control..Leave a comment:
-
No not that.I need your page screen shot..can you provide that screen shot and tell me what exactly you need..because
DateTime dt1 = DateTime.Today; if this works fine then
it should support the following statement
DateTime dt2 = DateTime.Today. AddDays(3);
correct me if i understand wrongLeave a comment:
-
Hi Rabbit,
Actually i have written for selecting a single column value from single table..so that was correct .you have sent a replay for selecting a relationship column data ..my query is working fine in my system..sorry if i am wrong...Leave a comment:
-
Hi if you don't mind can you explain me about total stay means..and
are you using calendar control or is there any other control..if you clarify me i will give you replay soon..Leave a comment:
-
How to Display Column Data in Comma Separated Form in SQL Server
Code:select stuff((select ','+[Column_Name] from <TableName> for xml path('')),1,1,'')
No activity results to display
Show More
Leave a comment: