Click here to Skip to main content
15,891,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Variable Declaration Pin
Guffa15-Nov-07 20:02
Guffa15-Nov-07 20:02 
AnswerRe: Variable Declaration Pin
aswini16-Nov-07 0:14
aswini16-Nov-07 0:14 
Questionneed regular expression for password Pin
Vikky115-Nov-07 18:11
Vikky115-Nov-07 18:11 
AnswerRe: need regular expression for password Pin
aswini16-Nov-07 0:24
aswini16-Nov-07 0:24 
Questioninner gridview Pin
Sonia Gupta15-Nov-07 18:01
Sonia Gupta15-Nov-07 18:01 
AnswerRe: inner gridview Pin
N a v a n e e t h15-Nov-07 18:45
N a v a n e e t h15-Nov-07 18:45 
QuestionRe: inner gridview [modified] Pin
Sonia Gupta15-Nov-07 19:43
Sonia Gupta15-Nov-07 19:43 
AnswerRe: inner gridview Pin
N a v a n e e t h15-Nov-07 20:36
N a v a n e e t h15-Nov-07 20:36 
Sonia Gupta wrote:
i should use the edit item template ?


No you can show the inner gridview on click of a button without any postback using javascript. Put your inner Gridview inside a HTML <div> element and make it's visibility to none. Assigns a JS function to the button which changes this div's display status to block. It will be very easy for the user to view the records.

Sonia Gupta wrote:
AccessDataSource asd = new AccessDataSource(@"App_Data\SkinSample.mdb", "SELECT carmodel_name,carmodel_engine,carmodel_color FROM carmodel WHERE carmaker_id=" + ((DataRowView)e.Row.DataItem)["carmaker_id"].ToString());


This is not at all a secure method. You have to use parameterized queries which won't cause SQL injection problems.

Sonia Gupta wrote:
i have 15000 rows and doing paging @ 10


In performance perceptive, selecting 15000 records and doing paging is not recommended. You need to look into custom paging.


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

My Website | Ask smart questions

QuestionHow to show xml file as RSS ? Pin
alok217115-Nov-07 17:59
alok217115-Nov-07 17:59 
AnswerRe: How to show xml file as RSS ? Pin
N a v a n e e t h15-Nov-07 18:46
N a v a n e e t h15-Nov-07 18:46 
AnswerRe: How to show xml file as RSS ? Pin
Michael Sync15-Nov-07 18:47
Michael Sync15-Nov-07 18:47 
QuestionCould not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 17:32
HatakeKaKaShi15-Nov-07 17:32 
AnswerRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Michael Sync15-Nov-07 17:48
Michael Sync15-Nov-07 17:48 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 18:18
HatakeKaKaShi15-Nov-07 18:18 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Michael Sync15-Nov-07 18:42
Michael Sync15-Nov-07 18:42 
AnswerRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Shujaat Ullah Khan15-Nov-07 18:02
Shujaat Ullah Khan15-Nov-07 18:02 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 18:50
HatakeKaKaShi15-Nov-07 18:50 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Shujaat Ullah Khan15-Nov-07 18:58
Shujaat Ullah Khan15-Nov-07 18:58 
AnswerRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 [modified] Pin
Mitch F.15-Nov-07 18:43
Mitch F.15-Nov-07 18:43 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 19:49
HatakeKaKaShi15-Nov-07 19:49 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Mitch F.15-Nov-07 19:55
Mitch F.15-Nov-07 19:55 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 20:01
HatakeKaKaShi15-Nov-07 20:01 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
Mitch F.15-Nov-07 20:05
Mitch F.15-Nov-07 20:05 
GeneralRe: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0 Pin
HatakeKaKaShi15-Nov-07 20:48
HatakeKaKaShi15-Nov-07 20:48 
Questionweb application interaction with windows application Pin
justintimberlake15-Nov-07 17:03
justintimberlake15-Nov-07 17:03 

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.