Click here to Skip to main content
15,879,474 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionAjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
yadlaprasad16-Sep-09 4:15
yadlaprasad16-Sep-09 4:15 
AnswerRe: AjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
Not Active16-Sep-09 5:27
mentorNot Active16-Sep-09 5:27 
AnswerRe: AjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
Muhammad Mazhar17-Sep-09 9:30
Muhammad Mazhar17-Sep-09 9:30 
QuestionRequiredFieldValidator doesn't work Pin
Jan R Hansen16-Sep-09 4:11
Jan R Hansen16-Sep-09 4:11 
AnswerRe: RequiredFieldValidator doesn't work Pin
Not Active16-Sep-09 5:24
mentorNot Active16-Sep-09 5:24 
QuestionFingerprint biometrics integration into ASP.Net application Pin
Joseph Cheriaux MPORANYI16-Sep-09 3:53
Joseph Cheriaux MPORANYI16-Sep-09 3:53 
AnswerRe: Fingerprint biometrics integration into ASP.Net application Pin
Manas Bhardwaj16-Sep-09 4:13
professionalManas Bhardwaj16-Sep-09 4:13 
AnswerRe: Fingerprint biometrics integration into ASP.Net application Pin
Abhishek Sur16-Sep-09 9:33
professionalAbhishek Sur16-Sep-09 9:33 
QuestionWeb Site Administration Tool How to change the Password length ASP.NET 3.5 Pin
BoySetsFire16-Sep-09 2:55
BoySetsFire16-Sep-09 2:55 

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.