Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Variable Declaration Pin
N a v a n e e t h15-Nov-07 20:39
N a v a n e e t h15-Nov-07 20:39 
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 
i am doing in the Folowing manner

protected void gvCars_rowDataBound(object sender, GridViewRowEventArgs e)<br />
    {<br />
        if (e.Row.RowType == DataControlRowType.DataRow)<br />
        {<br />
            GridView gv = (GridView)e.Row.FindControl("gvModels");<br />
            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());<br />
            gv.DataSource = asd;<br />
            gv.AutoGenerateColumns = false;<br />
            BoundField bfModelName = new BoundField();<br />
            bfModelName.DataField = "carmodel_name";<br />
            BoundField bfEngine = new BoundField();<br />
            bfEngine.DataField = "carmodel_engine";<br />
            BoundField bfColor = new BoundField();<br />
            bfColor.DataField = "carmodel_color";<br />
            gv.Columns.Add(bfModelName);<br />
            gv.Columns.Add(bfEngine);<br />
            gv.Columns.Add(bfColor);<br />
            gv.DataBind();<br />
        }<br />
    }


seems a little busy process because i have 15000 rows and doing paging @ 10
Sir , I have to show it in something like , there is a button in gridview in each row, on clicking the button at the particular row , it should view it's pertaining information into the same row.
i think , i should use the edit item template ?




-- modified at 2:14 Friday 16th November, 2007

Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1

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 
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 

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.