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

ASP.NET

 
GeneralRe: delete file from drive Pin
playout29-Aug-06 4:31
playout29-Aug-06 4:31 
GeneralRe: delete file from drive Pin
ToddHileHoffer29-Aug-06 4:32
ToddHileHoffer29-Aug-06 4:32 
GeneralRe: delete file from drive Pin
Baj2229-Aug-06 5:24
Baj2229-Aug-06 5:24 
GeneralRe: delete file from drive Pin
ToddHileHoffer29-Aug-06 6:21
ToddHileHoffer29-Aug-06 6:21 
QuestionFormatting the Data Display asp.net 2.0 Pin
Jay_se29-Aug-06 3:26
Jay_se29-Aug-06 3:26 
AnswerRe: Formatting the Data Display asp.net 2.0 Pin
ToddHileHoffer29-Aug-06 4:05
ToddHileHoffer29-Aug-06 4:05 
QuestionRe: Formatting the Data Display asp.net 2.0 Pin
Jay_se30-Aug-06 1:56
Jay_se30-Aug-06 1:56 
AnswerRe: Formatting the Data Display asp.net 2.0 Pin
ToddHileHoffer30-Aug-06 4:02
ToddHileHoffer30-Aug-06 4:02 
Put an Html table in your template column. Give each table cell an id and runat="server" then. E.G.



Then use the gridviews RowDataBound event.
gvRowDB(object sender, System.Web.UI.WebControls.GridViewRowEventArgs e)
{
DataRowView drv = (DataRowView) e.row.DataItem();

HtmlTableCell td1 =("HtmlTableCell") e.Row.FindControl("td1");
td1.innerText = drv.item["YourColum"].toString();


}
}




how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

Questionrefresh problem Pin
fouad88829-Aug-06 0:53
fouad88829-Aug-06 0:53 
AnswerRe: refresh problem Pin
_AK_29-Aug-06 1:02
_AK_29-Aug-06 1:02 
GeneralRe: refresh problem Pin
fouad88829-Aug-06 1:37
fouad88829-Aug-06 1:37 
GeneralRe: refresh problem Pin
_AK_29-Aug-06 1:46
_AK_29-Aug-06 1:46 
GeneralRe: refresh problem Pin
fouad88829-Aug-06 2:19
fouad88829-Aug-06 2:19 
GeneralRe: refresh problem Pin
_AK_29-Aug-06 2:20
_AK_29-Aug-06 2:20 
AnswerRe: refresh problem Pin
YeHtut29-Aug-06 20:30
YeHtut29-Aug-06 20:30 
Questiongetting information about webcontrlos in a webpage Pin
Sonu.T28-Aug-06 23:43
Sonu.T28-Aug-06 23:43 
AnswerRe: getting information about webcontrlos in a webpage Pin
coolestCoder28-Aug-06 23:50
coolestCoder28-Aug-06 23:50 
AnswerRe: getting information about webcontrlos in a webpage Pin
Neeraj Arora28-Aug-06 23:54
Neeraj Arora28-Aug-06 23:54 
QuestionHow best to create muliple pages that share common controls? Pin
Red_Wizard_Shot_The_Food28-Aug-06 23:11
Red_Wizard_Shot_The_Food28-Aug-06 23:11 
AnswerRe: How best to create muliple pages that share common controls? Pin
ToddHileHoffer29-Aug-06 4:15
ToddHileHoffer29-Aug-06 4:15 
AnswerRe: How best to create muliple pages that share common controls? Pin
Suresh Pirsquare2-Sep-06 3:12
Suresh Pirsquare2-Sep-06 3:12 
QuestionASP.NET Error Pin
khwo28-Aug-06 23:11
khwo28-Aug-06 23:11 
AnswerRe: ASP.NET Error Pin
coolestCoder28-Aug-06 23:46
coolestCoder28-Aug-06 23:46 
GeneralRe: ASP.NET Error Pin
khwo29-Aug-06 15:14
khwo29-Aug-06 15:14 
GeneralRe: ASP.NET Error Pin
coolestCoder29-Aug-06 20:16
coolestCoder29-Aug-06 20:16 

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.