Click here to Skip to main content
15,899,025 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to do this configuration programatically Pin
vishwjeet16-Sep-09 19:16
vishwjeet16-Sep-09 19:16 
AnswerRe: How to do this configuration programatically Pin
vishwjeet17-Sep-09 0:10
vishwjeet17-Sep-09 0:10 
QuestionUpdateModel vs Request.Form.. Pin
Quake2Player16-Sep-09 10:02
Quake2Player16-Sep-09 10:02 
QuestionUnable to Add Service Reference to Consumer Project in ASP.Net Pin
AndyASPVB16-Sep-09 9:46
AndyASPVB16-Sep-09 9:46 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
carlosbourque16-Sep-09 11:26
carlosbourque16-Sep-09 11:26 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
AndyASPVB16-Sep-09 12:15
AndyASPVB16-Sep-09 12:15 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
carlosbourque17-Sep-09 9:50
carlosbourque17-Sep-09 9:50 
Questiondeploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 8:38
vishwjeet16-Sep-09 8:38 
AnswerRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
Manas Bhardwaj16-Sep-09 8:48
professionalManas Bhardwaj16-Sep-09 8:48 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 8:51
vishwjeet16-Sep-09 8:51 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 9:13
vishwjeet16-Sep-09 9:13 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
Abhishek Sur16-Sep-09 9:43
professionalAbhishek Sur16-Sep-09 9:43 
QuestionLosing Session Variables within Frames Pin
mjc22516-Sep-09 8:33
mjc22516-Sep-09 8:33 
AnswerRe: Losing Session Variables within Frames Pin
Steve van Niman16-Sep-09 12:21
Steve van Niman16-Sep-09 12:21 
GeneralRe: Losing Session Variables within Frames Pin
mjc22516-Sep-09 14:19
mjc22516-Sep-09 14:19 
GeneralRe: Losing Session Variables within Frames Pin
butchzn1-Oct-09 20:48
butchzn1-Oct-09 20:48 
QuestionFooterTemplate in Gridview. Pin
dayakar_dn16-Sep-09 8:16
dayakar_dn16-Sep-09 8:16 
Hi All,

i need to create a gridview, while loading a page default one row should come as empty.

for that i am using footertemplate. when i add any image button to footertemplate first it was empty and then second row onlwards it was showing the controls what i added under footer template.

my requirement is i need to get all items in a first row.
the which i written was mentioned below.
Any idea regarding this help me.

<asp:gridview id="BulkECouponGrid" runat="server" showfooter="true" autogeneratecolumns="false" onrowdatabound="BulkECouponGrid_RowDataBound" onrowcommand="BulkECouponGrid_RowCommand" bordercolor="Gainsboro" cellpadding="5" headerstyle-backcolor="gray" headerstyle-font-bold="true"
alternatingrowstyle-backcolor="LightGray" width="100%" &gt;="" &lt;headerstyle="" backcolor="LightGray" font-bold="True" &gt;
="" &lt;alternatingrowstyle="" &lt;columns&gt;
="" &lt;asp:templatefield="" headertext="Series Start Code" itemstyle-width="100px" footerstyle-width="100px"
="" itemstyle-horizontalalign="Center" footerstyle-horizontalalign="Center" &lt;itemtemplate&gt;
="" &lt;asp:label="" &gt;&lt;="" asp:label&gt;
="" &lt;="" itemtemplate&gt;
="" asp:templatefield&gt;
="" &lt;footertemplate&gt;
="" &lt;asp:textbox="" maxlength="4" asp:textbox&gt;
="" footertemplate&gt;
="" &lt;asp:templatefield&gt;
="" &lt;img="" src="~/images/lock_16_w.gif" visible="false" &lt;asp:imagebutton="" commandname="AddNew" imageurl="~/images/Save.png" &lt;%--&lt;footertemplate&gt;
="" &lt;asp:button="" text="Save" &lt;footerstyle="" horizontalalign="Center" footerstyle&gt;
="" &lt;itemstyle="" itemstyle&gt;
="" asp:templatefield&gt;--%&gt;
="" columns&gt;
="" asp:gridview&gt;

i="" did="" not="" understand="" what="" was="" the="" wrong.="" when="" i="" removed="" last="" <asp:templatefield=""> then it is creating a new row i.e first with all other controls.
AnswerRe: FooterTemplate in Gridview. Pin
Muhammad Mazhar17-Sep-09 9:22
Muhammad Mazhar17-Sep-09 9:22 
QuestionProblem with JavaScript Pin
phani2548516-Sep-09 7:02
phani2548516-Sep-09 7:02 
AnswerRe: Problem with JavaScript Pin
Manas Bhardwaj16-Sep-09 8:53
professionalManas Bhardwaj16-Sep-09 8:53 
GeneralRe: Problem with JavaScript Pin
phani2548516-Sep-09 15:33
phani2548516-Sep-09 15:33 
AnswerRe: Problem with JavaScript Pin
sashidhar16-Sep-09 21:16
sashidhar16-Sep-09 21:16 
AnswerRe: Problem with JavaScript Pin
Muhammad Mazhar17-Sep-09 9:27
Muhammad Mazhar17-Sep-09 9:27 
QuestionProblem with Ajax call from Infragistics ultrawebgrid Pin
sskala16-Sep-09 6:27
sskala16-Sep-09 6:27 
Questionasp:boundcolumn dataformatstring - How do you suppress the trailing zero Pin
Steve van Niman16-Sep-09 6:05
Steve van Niman16-Sep-09 6:05 

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.