Click here to Skip to main content
15,894,312 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNUnit Test Case Issue Pin
Member 451421813-Aug-08 0:38
Member 451421813-Aug-08 0:38 
AnswerRe: NUnit Test Case Issue Pin
Anand Desai13-Aug-08 0:57
Anand Desai13-Aug-08 0:57 
GeneralRe: NUnit Test Case Issue Pin
Member 451421813-Aug-08 1:06
Member 451421813-Aug-08 1:06 
GeneralRe: NUnit Test Case Issue Pin
Anand Desai13-Aug-08 1:10
Anand Desai13-Aug-08 1:10 
Question[Message Deleted] Pin
krishnaveer13-Aug-08 0:17
krishnaveer13-Aug-08 0:17 
AnswerRe: resizable Popup Pin
Anand Desai13-Aug-08 0:21
Anand Desai13-Aug-08 0:21 
AnswerRe: resizable Popup Pin
eyeseetee13-Aug-08 0:22
eyeseetee13-Aug-08 0:22 
Questionhow to put 'x' in date field in gridview Pin
sathyan_829412-Aug-08 23:44
sathyan_829412-Aug-08 23:44 
i am using .net 2005.i do my project in asp.net.
My project title is master log attendance.
our project is mainly used for see the employee attendance details.
i want vb.net or C# code for,how to put 'x' at date field in gridview.
here 'x' means present.
date field will displayed as what we select from date and to date.
i am using 2 tables.first table name as emp_details contain 2 field names as emp_id,emp_name.
second table name as attendance contain 2 field names as emp_id,date.
employees are put attendance daily.
in web form i keep emp_name,from date,to date.
i select emp_name,from date and todate.
in following example i use dash(-) for space.
for (ex):
in emp_details table,
values are
emp_id---emp_name
--11-------ashok
--12-------ramu
in attendance table,
values are
emp_id----date
--11-----05-06-08
--11-----06-06-08
--11-----09-06-08
--12-----05-06-08
--12-----07-06-08

i select emp_name as ashok,from date as 05-06-2008,to date as 09-06-2008 means
i want to display 'x' in date available in table for that selected name as ashok in gridview as follow.

emp_id--name----05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008
---11----ashok------------x----------------x---------------------------------------------------x

here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent.

i select emp_name as all emp_name,from date as 05-06-2008,to date as 09-06-2008 means
i want to display 'x' in date available in table for that particular name in grid view as follow
emp_id--name---05-06-2008---06-06-2008 --07-06-2008 --08-06-2008 --09-06-2008
---11---ashok------------x-----------------x---------------------------------------------------x
---12---ramu-------------x--------------------------------x

here no 'x' for 07-06-2008 and 08-06-2008 for ashok.because no date(07-06-2008 and 08-06-2008 ) for id of ashok in attentance table.that means he is absent.
like wise no 'x' for 06-06-2008,08-06-2008 and 09-06-2008 for ramu.because no date(06-06-2008,08-06-2008 and 09-06-2008) for id of ramu in attentance table.that means he is absent.
i want vb.net or C# code for to put x in date field in grid view.
so how to put 'x' in date field in grid view.if employee present.
AnswerRe: how to put 'x' in date field in gridview Pin
Sandeep Akhare13-Aug-08 0:06
Sandeep Akhare13-Aug-08 0:06 
AnswerRe: how to put 'x' in date field in gridview Pin
Jörgen Andersson13-Aug-08 0:08
professionalJörgen Andersson13-Aug-08 0:08 
QuestionParent Page Refresh Pin
John.G12-Aug-08 23:43
John.G12-Aug-08 23:43 
AnswerRe: Parent Page Refresh Pin
Manas Bhardwaj12-Aug-08 23:49
professionalManas Bhardwaj12-Aug-08 23:49 
QuestionAuto Text Prob in ASP.Net Pin
John.G12-Aug-08 23:36
John.G12-Aug-08 23:36 
AnswerRe: Auto Text Prob in ASP.Net Pin
eyeseetee12-Aug-08 23:40
eyeseetee12-Aug-08 23:40 
GeneralRe: Auto Text Prob in ASP.Net Pin
John.G12-Aug-08 23:45
John.G12-Aug-08 23:45 
AnswerRe: Auto Text Prob in ASP.Net Pin
Sandeep Akhare13-Aug-08 0:12
Sandeep Akhare13-Aug-08 0:12 
GeneralRe: Auto Text Prob in ASP.Net Pin
John.G13-Aug-08 23:17
John.G13-Aug-08 23:17 
Questionattendance Pin
sathyan_829412-Aug-08 22:47
sathyan_829412-Aug-08 22:47 
AnswerRe: attendance Pin
Jörgen Andersson12-Aug-08 23:06
professionalJörgen Andersson12-Aug-08 23:06 
QuestionHow to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
DeepikaAggarwal12-Aug-08 22:40
DeepikaAggarwal12-Aug-08 22:40 
AnswerRe: How to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
eyeseetee12-Aug-08 22:49
eyeseetee12-Aug-08 22:49 
AnswerRe: How to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
Imran Khan Pathan12-Aug-08 23:56
Imran Khan Pathan12-Aug-08 23:56 
QuestionCom interop problem on IIS6 Pin
Russell Jones12-Aug-08 22:30
Russell Jones12-Aug-08 22:30 
AnswerRe: Com interop problem on IIS6 Pin
Sandeep Akhare12-Aug-08 23:44
Sandeep Akhare12-Aug-08 23:44 
GeneralRe: Com interop problem on IIS6 Pin
Russell Jones13-Aug-08 0:10
Russell Jones13-Aug-08 0:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.