Click here to Skip to main content
15,915,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Checkboxlist inside Repeater control Pin
P. S. Pundeer10-Sep-08 1:20
P. S. Pundeer10-Sep-08 1:20 
Questionjavascript in asp.net1.1 Pin
Kissy169-Sep-08 19:41
Kissy169-Sep-08 19:41 
AnswerRe: javascript in asp.net1.1 Pin
Manas Bhardwaj9-Sep-08 21:17
professionalManas Bhardwaj9-Sep-08 21:17 
Questionvalidation in DatalistEditItemTemplate Pin
raushan_99-Sep-08 19:22
raushan_99-Sep-08 19:22 
Questionexporting data to pdf Pin
balaji.t9-Sep-08 19:13
balaji.t9-Sep-08 19:13 
AnswerRe: exporting data to pdf Pin
John_Adams9-Sep-08 19:20
John_Adams9-Sep-08 19:20 
Questionshort date format in datagrid Pin
jaya869-Sep-08 18:57
jaya869-Sep-08 18:57 
AnswerRe: short date format in datagrid Pin
N a v a n e e t h9-Sep-08 19:02
N a v a n e e t h9-Sep-08 19:02 
You can convert it in the query. Look at the CONVERT function if you are using SQL server.

jaya86 wrote:
select PTID as [Patient Id] ,PTName as [Patient Name],AppHospId as [Approved Hospital],AppDocId as [Approved Doctor],AppDt as [Approved Date ] from APPT where ICID='"+Ah+"'and UHID Is Null and AppSpecId='"+ SpecId.SelectedItem.Text.ToString()+"'and AppDt>=DateValue('"+F_txt.Text +"') And AppDt<=DateValue('"+T_txt.Text +"'


Ever heard about SQL Injection?

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

AnswerRe: short date format in datagrid Pin
balaji.t9-Sep-08 19:08
balaji.t9-Sep-08 19:08 
AnswerRe: short date format in datagrid Pin
balaji.t9-Sep-08 19:09
balaji.t9-Sep-08 19:09 
QuestionWYSIWYG Pin
Aptiva Dave9-Sep-08 17:57
Aptiva Dave9-Sep-08 17:57 
AnswerRe: WYSIWYG Pin
Abhijit Jana9-Sep-08 18:00
professionalAbhijit Jana9-Sep-08 18:00 
AnswerRe: WYSIWYG Pin
N a v a n e e t h9-Sep-08 18:47
N a v a n e e t h9-Sep-08 18:47 
Questionlocal user profile for both machine and domain accounts. Pin
Member 39190499-Sep-08 12:26
Member 39190499-Sep-08 12:26 
QuestionProblem with nhibernate: "Could not find the dialect in the configuration" [modified] Pin
dift9-Sep-08 11:10
dift9-Sep-08 11:10 
QuestionWeb Portals / Web Parts Pin
Member 39190499-Sep-08 9:23
Member 39190499-Sep-08 9:23 
QuestionUnable to find the ListView control in the System.Web.UI.WebControls namespace Pin
Steve Holdorf9-Sep-08 9:19
Steve Holdorf9-Sep-08 9:19 
AnswerRe: Unable to find the ListView control in the System.Web.UI.WebControls namespace Pin
John_Adams9-Sep-08 19:29
John_Adams9-Sep-08 19:29 
QuestionChange windows icon Pin
Pedram Behroozi9-Sep-08 8:31
Pedram Behroozi9-Sep-08 8:31 
AnswerRe: Change windows icon Pin
NeverHeardOfMe9-Sep-08 9:43
NeverHeardOfMe9-Sep-08 9:43 
AnswerRe: Change windows icon Pin
Perspx9-Sep-08 10:47
Perspx9-Sep-08 10:47 
GeneralRe: Change windows icon Pin
Pedram Behroozi11-Sep-08 7:28
Pedram Behroozi11-Sep-08 7:28 
AnswerRe: Change windows icon Pin
Blue_Boy9-Sep-08 11:40
Blue_Boy9-Sep-08 11:40 
QuestionBinding a generic list to a ASP ListView control dynamically Pin
Steve Holdorf9-Sep-08 8:21
Steve Holdorf9-Sep-08 8:21 
QuestionServer Error in '/' Application Pin
reogeo20089-Sep-08 8:08
reogeo20089-Sep-08 8:08 

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.