Click here to Skip to main content
15,889,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: XML WebService Pin
Yusuf17-Mar-09 3:43
Yusuf17-Mar-09 3:43 
GeneralRe: XML WebService Pin
Kit Fisto17-Mar-09 4:59
Kit Fisto17-Mar-09 4:59 
AnswerRe: XML WebService Pin
Abhijit Jana17-Mar-09 6:11
professionalAbhijit Jana17-Mar-09 6:11 
GeneralRe: XML WebService Pin
Kit Fisto17-Mar-09 7:56
Kit Fisto17-Mar-09 7:56 
GeneralRe: XML WebService Pin
Abhijit Jana17-Mar-09 20:04
professionalAbhijit Jana17-Mar-09 20:04 
QuestionRefresh parent page grid with close chield [showmodaldialog()] Pin
bikash pattanayak17-Mar-09 1:27
bikash pattanayak17-Mar-09 1:27 
AnswerRe: Refresh parent page grid with close chield [showmodaldialog()] Pin
k.anantharengan20-Mar-11 19:46
k.anantharengan20-Mar-11 19:46 
QuestionDataGrid Footer problem Pin
rakeshs31217-Mar-09 0:26
rakeshs31217-Mar-09 0:26 
I have one datagrid,i want to add a
textbox in footer,and the code is below,but
i am not getting it.One header("comments") is there and
i want to get the textbox under(ie in footer)that header
<asp:TemplateColumn HeaderText="Comments">
<HeaderStyle Font-Bold="True" Wrap="False"></HeaderStyle>
<ItemTemplate>
<a href="javascript:void(window.showModalDialog('HRComments.aspx?CID=<%# DataBinder.Eval(Container.DataItem, "DB_CANDT_ID")%>&QStringCandtName=<%# DataBinder.Eval(Container.DataItem, "CandidateName")%>',null,'dialogHeight:12em;dialogWidth:15em;status:no;scrolling:no'));" onmouseover="Javascript:abc();">Comments</a>
<!--<a href="#"  onclick="ShowDetails();GetCandId('<%# DataBinder.Eval(Container.DataItem, "DB_CANDT_ID")%>','<%# DataBinder.Eval(Container.DataItem, "CandidateName")%>',popHRComments)">Comments</a>-->
</ItemTemplate>
<FooterTemplate>
<asp:TextBox Runat="server" ID="txt">Total </asp:TextBox>         
</FooterTemplate>
</asp:TemplateColumn>

AnswerRe: DataGrid Footer problem Pin
sunit_8217-Mar-09 2:59
sunit_8217-Mar-09 2:59 
QuestionRegarding FildUpload control Pin
ven32116-Mar-09 23:57
ven32116-Mar-09 23:57 
AnswerRe: Regarding FildUpload control Pin
venu65617-Mar-09 2:05
venu65617-Mar-09 2:05 
QuestionDoubt? Pin
Karthick_gc16-Mar-09 23:39
Karthick_gc16-Mar-09 23:39 
AnswerRe: Doubt? Pin
Colin Angus Mackay17-Mar-09 0:52
Colin Angus Mackay17-Mar-09 0:52 
QuestionConsuming XML WebService using JQuery in ASP.net 2.0 Pin
dews turner16-Mar-09 22:55
dews turner16-Mar-09 22:55 
QuestionUpdating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 22:08
professionalRajpootRohan16-Mar-09 22:08 
AnswerRe: Updating the quantity if already exists...... Pin
N a v a n e e t h16-Mar-09 22:41
N a v a n e e t h16-Mar-09 22:41 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan16-Mar-09 23:10
professionalRajpootRohan16-Mar-09 23:10 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 1:59
venu65617-Mar-09 1:59 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 2:23
professionalRajpootRohan17-Mar-09 2:23 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 2:44
venu65617-Mar-09 2:44 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 18:24
professionalRajpootRohan17-Mar-09 18:24 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 19:47
venu65617-Mar-09 19:47 
GeneralRe: Updating the quantity if already exists...... Pin
RajpootRohan17-Mar-09 19:57
professionalRajpootRohan17-Mar-09 19:57 
GeneralRe: Updating the quantity if already exists...... Pin
venu65617-Mar-09 21:27
venu65617-Mar-09 21:27 
QuestionCould not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) Pin
Mangal Verma16-Mar-09 21:52
Mangal Verma16-Mar-09 21:52 

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.