Click here to Skip to main content
15,887,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asp.Net Application is slow Pin
Bad Programmer30-Apr-08 1:40
Bad Programmer30-Apr-08 1:40 
GeneralHELP! Accessing controls on a user control Pin
Infernojericho28-Apr-08 9:38
Infernojericho28-Apr-08 9:38 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 12:10
protectorChristian Graus28-Apr-08 12:10 
GeneralRe: HELP! Accessing controls on a user control Pin
lovedotnet28-Apr-08 19:28
lovedotnet28-Apr-08 19:28 
GeneralRe: HELP! Accessing controls on a user control Pin
Christian Graus28-Apr-08 19:40
protectorChristian Graus28-Apr-08 19:40 
QuestionProgramming to DataTables VS. programming to Type safe objects. Pin
Steve Holdorf28-Apr-08 9:35
Steve Holdorf28-Apr-08 9:35 
GeneralSetting Grid values into Text Box Pin
Banjo Ayorinde28-Apr-08 9:03
Banjo Ayorinde28-Apr-08 9:03 
GeneralRe: Setting Grid values into Text Box Pin
Ashish Sehajpal28-Apr-08 9:12
Ashish Sehajpal28-Apr-08 9:12 
you just need to code the logic in the select command of grid view..... mak sure to assign field for datakeyfield property of grid
flow will be like :->
1. get the value of selectedkey field (data key field)
2. fetch data from cache/database for that particular field value
3. set the value to the appropriate text boxes.

[you can even read the value from grid columns if u don't want to fetch data from database.. use findcontrol("name_of_the_label") or cells[0].controls[0].toString();]


cheers !

Ashish Sehajpal

QuestionHow to identify Pin
Krazy Programmer28-Apr-08 7:18
Krazy Programmer28-Apr-08 7:18 
GeneralRe: How to identify Pin
Ashish Sehajpal28-Apr-08 7:52
Ashish Sehajpal28-Apr-08 7:52 
GeneralRe: How to identify Pin
Mark J. Miller28-Apr-08 8:06
Mark J. Miller28-Apr-08 8:06 
GeneralRe: How to identify Pin
flash66529-Apr-08 16:24
flash66529-Apr-08 16:24 
Generalproblem passing parameters to ASp.NET when migrating foxweb to ASp.NET [modified] Pin
SAIRS28-Apr-08 6:08
SAIRS28-Apr-08 6:08 
QuestionBanner Problem (Master Page) Pin
ksaw12328-Apr-08 5:34
ksaw12328-Apr-08 5:34 
GeneralRe: Banner Problem (Master Page) Pin
Guffa28-Apr-08 5:58
Guffa28-Apr-08 5:58 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 6:18
Ashish Sehajpal28-Apr-08 6:18 
AnswerRe: Banner Problem (Master Page) Pin
Krazy Programmer28-Apr-08 7:20
Krazy Programmer28-Apr-08 7:20 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:17
ksaw12328-Apr-08 8:17 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 8:26
Ashish Sehajpal28-Apr-08 8:26 
QuestionRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 8:53
ksaw12328-Apr-08 8:53 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:00
Ashish Sehajpal28-Apr-08 9:00 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:11
ksaw12328-Apr-08 9:11 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:20
Ashish Sehajpal28-Apr-08 9:20 
GeneralRe: Banner Problem (Master Page) Pin
Ashish Sehajpal28-Apr-08 9:02
Ashish Sehajpal28-Apr-08 9:02 
GeneralRe: Banner Problem (Master Page) Pin
ksaw12328-Apr-08 9:14
ksaw12328-Apr-08 9: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.