Click here to Skip to main content
15,921,884 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: connecting to sql server using application configuration file Pin
Vipin.d7-Jul-07 1:31
Vipin.d7-Jul-07 1:31 
QuestionC#.Net ASP (Urgent) Pin
| Muhammad Waqas Butt |6-Jul-07 22:15
professional| Muhammad Waqas Butt |6-Jul-07 22:15 
AnswerRe: C#.Net ASP (Urgent) [modified] Pin
Vipin.d6-Jul-07 22:41
Vipin.d6-Jul-07 22:41 
AnswerRe: C#.Net ASP (Urgent) Pin
Paul Conrad7-Jul-07 6:57
professionalPaul Conrad7-Jul-07 6:57 
QuestionBarcoding In asp.net Pin
Debi Prasad6-Jul-07 22:12
Debi Prasad6-Jul-07 22:12 
AnswerRe: Barcoding In asp.net Pin
N a v a n e e t h6-Jul-07 23:54
N a v a n e e t h6-Jul-07 23:54 
QuestionBind the query value in datagrid bound column..., Pin
Member 38798816-Jul-07 22:01
Member 38798816-Jul-07 22:01 
AnswerRe: Bind the query value in datagrid bound column..., Pin
N a v a n e e t h6-Jul-07 23:52
N a v a n e e t h6-Jul-07 23:52 
I think if two column name's are same, datagrdid will take only the first. An alternative solution would be keeping one function that checks your first value and return appropriate value. Then call that function like this

<%# YourFunctionName(BoundValue,SecondBoundValue %>


in codebehind page create your function like

public string YourFunctionName(Param1,Param2)
{
    if ( string.compare(Param1,"") == 0 )
       return Param2
    else
       return Param1
}



QuestionNeed ValidationExpression string for time format Pin
Imran Khan Pathan6-Jul-07 21:49
Imran Khan Pathan6-Jul-07 21:49 
AnswerRe: Need ValidationExpression string for time format Pin
N a v a n e e t h6-Jul-07 23:42
N a v a n e e t h6-Jul-07 23:42 
GeneralRe: Need ValidationExpression string for time format Pin
Imran Khan Pathan7-Jul-07 1:23
Imran Khan Pathan7-Jul-07 1:23 
GeneralRe: Need ValidationExpression string for time format Pin
N a v a n e e t h7-Jul-07 2:15
N a v a n e e t h7-Jul-07 2:15 
AnswerRe: Need ValidationExpression string for time format Pin
Imran Khan Pathan7-Jul-07 2:22
Imran Khan Pathan7-Jul-07 2:22 
QuestionError :must be placed inside a form tag with runat=server Pin
n_gchaitra6-Jul-07 21:24
n_gchaitra6-Jul-07 21:24 
AnswerRe: Error :must be placed inside a form tag with runat=server Pin
N a v a n e e t h6-Jul-07 23:34
N a v a n e e t h6-Jul-07 23:34 
GeneralRe: Error :must be placed inside a form tag with runat=server Pin
n_gchaitra7-Jul-07 1:46
n_gchaitra7-Jul-07 1:46 
AnswerRe: Error :must be placed inside a form tag with runat=server Pin
sidbaruah8-Jul-07 23:53
sidbaruah8-Jul-07 23:53 
GeneralRe: Error :must be placed inside a form tag with runat=server Pin
n_gchaitra9-Jul-07 21:35
n_gchaitra9-Jul-07 21:35 
Questioncreating an exe in .net? Pin
vijay_836-Jul-07 20:59
vijay_836-Jul-07 20:59 
AnswerRe: creating an exe in .net? Pin
Tarik Guney6-Jul-07 23:16
Tarik Guney6-Jul-07 23:16 
AnswerRe: creating an exe in .net? Pin
N a v a n e e t h6-Jul-07 23:24
N a v a n e e t h6-Jul-07 23:24 
Questionmatching the data entered by user with the database and displaying in the grid Pin
mavii6-Jul-07 20:55
mavii6-Jul-07 20:55 
AnswerRe: matching the data entered by user with the database and displaying in the grid Pin
N a v a n e e t h6-Jul-07 23:20
N a v a n e e t h6-Jul-07 23:20 
QuestionObject expected runtime error in javascript Pin
nataraj_ganapathy6-Jul-07 20:49
nataraj_ganapathy6-Jul-07 20:49 
AnswerRe: Object expected runtime error in javascript Pin
N a v a n e e t h6-Jul-07 23:14
N a v a n e e t h6-Jul-07 23:14 

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.