Click here to Skip to main content
15,908,264 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to filter Dataset value colmun wise Pin
Samarjeet Singh@india9-Sep-09 23:20
Samarjeet Singh@india9-Sep-09 23:20 
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob9-Sep-09 23:24
Arun Jacob9-Sep-09 23:24 
GeneralRe: How to filter Dataset value colmun wise Pin
Samarjeet Singh@india10-Sep-09 0:16
Samarjeet Singh@india10-Sep-09 0:16 
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob10-Sep-09 0:24
Arun Jacob10-Sep-09 0:24 
QuestionRe: How to filter Dataset value colmun wise Pin
Samarjeet Singh@india10-Sep-09 0:34
Samarjeet Singh@india10-Sep-09 0:34 
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob10-Sep-09 1:08
Arun Jacob10-Sep-09 1:08 
Questionabout substring Pin
Rajeshwar Code- Developer9-Sep-09 23:03
Rajeshwar Code- Developer9-Sep-09 23:03 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:09
Arun Jacob9-Sep-09 23:09 
try this,
if(!string.IsNullOrEmpty(lbl_sub.Text))
{
  lbl_sub.Text = (lbl_sub.Text.Length > 5) ? lbl_sub.Text.Substring(0, 5) : lbl_sub.Text;
}



GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:23
Rajeshwar Code- Developer9-Sep-09 23:23 
GeneralRe: about substring Pin
Arun Jacob9-Sep-09 23:24
Arun Jacob9-Sep-09 23:24 
GeneralRe: about substring Pin
Arun Jacob9-Sep-09 23:26
Arun Jacob9-Sep-09 23:26 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:32
Rajeshwar Code- Developer9-Sep-09 23:32 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:32
Arun Jacob9-Sep-09 23:32 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:45
Rajeshwar Code- Developer9-Sep-09 23:45 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:50
Arun Jacob9-Sep-09 23:50 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:55
Rajeshwar Code- Developer9-Sep-09 23:55 
AnswerRe: about substring Pin
Arun Jacob10-Sep-09 0:28
Arun Jacob10-Sep-09 0:28 
Questionclent server Application Pin
manish.m.meshram9-Sep-09 22:58
manish.m.meshram9-Sep-09 22:58 
AnswerRe: clent server Application Pin
Arun Jacob9-Sep-09 23:03
Arun Jacob9-Sep-09 23:03 
GeneralRe: clent server Application Pin
manish.m.meshram9-Sep-09 23:06
manish.m.meshram9-Sep-09 23:06 
AnswerRe: clent server Application Pin
Abhijit Jana9-Sep-09 23:33
professionalAbhijit Jana9-Sep-09 23:33 
JokeRe: clent server Application Pin
Arun Jacob9-Sep-09 23:38
Arun Jacob9-Sep-09 23:38 
AnswerRe: clent server Application Pin
Christian Graus10-Sep-09 0:22
protectorChristian Graus10-Sep-09 0:22 
Questionserver Access Pin
manish.m.meshram9-Sep-09 22:55
manish.m.meshram9-Sep-09 22:55 
AnswerRe: server Access Pin
Arun Jacob9-Sep-09 22:59
Arun Jacob9-Sep-09 22:59 

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.