Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPlease Help Pin
Malay19863-Oct-07 0:30
Malay19863-Oct-07 0:30 
AnswerRe: Please Help Pin
Parwej Ahamad3-Oct-07 0:49
professionalParwej Ahamad3-Oct-07 0:49 
GeneralRe: Please Help Pin
Malay19863-Oct-07 0:56
Malay19863-Oct-07 0:56 
QuestionHelp me!! i need to implement a page with a web part. Pin
Sri_34642-Oct-07 23:32
Sri_34642-Oct-07 23:32 
AnswerRe: Help me!! i need to implement a page with a web part. Pin
Christian Graus2-Oct-07 23:42
protectorChristian Graus2-Oct-07 23:42 
GeneralRe: Help me!! i need to implement a page with a web part. Pin
Sri_34643-Oct-07 1:14
Sri_34643-Oct-07 1:14 
QuestionTemplate Column Pin
Ballita2-Oct-07 23:25
Ballita2-Oct-07 23:25 
AnswerRe: Template Column Pin
codeproject_Tarun2-Oct-07 23:46
codeproject_Tarun2-Oct-07 23:46 
Hi Ballita,

Do One Thing as u r functional requirement.
once ur template column created, then
go to the presentation logic and change the portion of the template colunn to the last place of the grid view control.
like
<asp:gridview runat="server" id="grdDet" backcolor="#DEBA84" bordercolor="#DEBA84" borderstyle="None" borderwidth="0px" cellpadding="3" cellspacing="2" datasourceid="SqlDataSource1" width="402px" height="125px">
<footerstyle backcolor="#F7DFB5" forecolor="#8C4510">

<asp:templatefield headertext="asdas">
<itemtemplate>
<asp:button id="Button1" runat="server" text="Button" width="126px">

.
.
.
.
<asp:gridview runat="server" id="grdDet" backcolor="#DEBA84" bordercolor="#DEBA84" borderstyle="None" borderwidth="0px" cellpadding="3" cellspacing="2" datasourceid="SqlDataSource1" width="402px" height="125px">
<footerstyle backcolor="#F7DFB5" forecolor="#8C4510">
<columns>

Hope to drop a mail if functionality has done.


Thanks & Regards
Tarun Singh
tksingh@zentagroup.com
Sr. Software Engineer. (IT)
ZENTA
QuestionERROR:allowDefinition='MachineToApplication' Pin
subbu.sk2-Oct-07 23:22
subbu.sk2-Oct-07 23:22 
AnswerRe: ERROR:allowDefinition='MachineToApplication' Pin
N a v a n e e t h2-Oct-07 23:42
N a v a n e e t h2-Oct-07 23:42 
Questionjavascript in asp.net project Pin
prog-hero2-Oct-07 23:10
prog-hero2-Oct-07 23:10 
AnswerRe: javascript in asp.net project Pin
varshavmane2-Oct-07 23:18
varshavmane2-Oct-07 23:18 
AnswerRe: javascript in asp.net project Pin
saravanan053-Oct-07 0:41
saravanan053-Oct-07 0:41 
AnswerRe: javascript in asp.net project Pin
Tarun Dudhatra3-Oct-07 20:26
Tarun Dudhatra3-Oct-07 20:26 
QuestionATL server debuggin problem in asp.net Pin
ShuklaGirish2-Oct-07 23:03
ShuklaGirish2-Oct-07 23:03 
AnswerRe: ATL server debuggin problem in asp.net Pin
Parwej Ahamad2-Oct-07 23:29
professionalParwej Ahamad2-Oct-07 23:29 
Question[Message Deleted] Pin
Piyush Vardhan Singh2-Oct-07 22:49
Piyush Vardhan Singh2-Oct-07 22:49 
AnswerRe: How to take a screen shot using .NET Pin
codeproject_Tarun2-Oct-07 23:33
codeproject_Tarun2-Oct-07 23:33 
AnswerRe: How to take a screen shot using .NET Pin
Parwej Ahamad2-Oct-07 23:37
professionalParwej Ahamad2-Oct-07 23:37 
GeneralRe: How to take a screen shot using .NET Pin
Piyush Vardhan Singh3-Oct-07 0:40
Piyush Vardhan Singh3-Oct-07 0:40 
AnswerRe: How to take a screen shot using .NET Pin
Christian Graus3-Oct-07 0:58
protectorChristian Graus3-Oct-07 0:58 
GeneralRe: How to take a screen shot using .NET Pin
Christian Flutcher3-Oct-07 1:26
Christian Flutcher3-Oct-07 1:26 
GeneralRe: How to take a screen shot using .NET Pin
Christian Graus3-Oct-07 10:55
protectorChristian Graus3-Oct-07 10:55 
Questioncreate subdomain programmatically??????? Pin
mr.mohsen2-Oct-07 22:39
mr.mohsen2-Oct-07 22:39 
AnswerRe: create subdomain programmatically??????? Pin
N a v a n e e t h2-Oct-07 23:09
N a v a n e e t h2-Oct-07 23:09 

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.