Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to upload a asp.net project to server to make it online. Pin
coolsatty9-Jan-08 20:39
coolsatty9-Jan-08 20:39 
AnswerRe: How to upload a asp.net project to server to make it online. Pin
Declan Bright9-Jan-08 21:42
Declan Bright9-Jan-08 21:42 
GeneralRe: How to upload a asp.net project to server to make it online. Pin
coolsatty10-Jan-08 20:45
coolsatty10-Jan-08 20:45 
GeneralRe: How to upload a asp.net project to server to make it online. Pin
imsathy10-Jan-08 22:32
imsathy10-Jan-08 22:32 
Questionhow to handle a double click event in the grid view Pin
jagan1239-Jan-08 20:27
jagan1239-Jan-08 20:27 
AnswerRe: how to handle a double click event in the grid view Pin
Declan Bright9-Jan-08 21:44
Declan Bright9-Jan-08 21:44 
GeneralSystem.IO.IOException: The process cannot access the file because it is being used by another process. Pin
pekhaleyogesh9-Jan-08 20:27
pekhaleyogesh9-Jan-08 20:27 
QuestionGridView with javascript calender Pin
AS@139-Jan-08 20:21
AS@139-Jan-08 20:21 
Hello everybody,

I have a gridview where a textbox column is present.I have another column which contain a javascript calender. My gridview is dynamically generated. I want to assign the textbox value through the calender.
My gridview code is as below

<asp:gridview id="GrdSubs" runat="server" bordercolor="Transparent" cellpadding="4">
CellSpacing="2" CssClass="text" ForeColor="#333333" GridLines="None" PageSize="4"
Width="600px" OnRowDataBound="GrdSubs_RowDataBound">

<footerstyle backcolor="#990000" font-bold="True" forecolor="White">
<rowstyle backcolor="#C9C9C7" bordercolor="#FF8000" borderwidth="3px" cssclass="grid_data">
ForeColor="#333333" />
<selectedrowstyle backcolor="#FFCC66" font-bold="True" forecolor="Navy">
<pagerstyle backcolor="#FFCC66" forecolor="#333333" horizontalalign="Center">
<headerstyle backcolor="#990000" cssclass="grid_header" font-bold="True" forecolor="White">
<alternatingrowstyle backcolor="WhiteSmoke" cssclass="grid_data">
<editrowstyle bordercolor="#80FF80" borderstyle="Solid" borderwidth="2px">

<columns>
<asp:templatefield headertext="Select">
<headertemplate>

runat="server" type="checkbox" />

<itemtemplate>
<asp:checkbox id="chkSelect" runat="server">



<asp:templatefield headerstyle-horizontalalign="Center">
<headertemplate>Start Date
<itemtemplate>
<asp:textbox id="sdate" runat="server" text="">]]>'>

if (!document.layers)
{
document.write("<img src="cal1.gif" onclick="popUpCalendar(GrdSubs__ctl2_sdate, Form1.GrdSubs__ctl2_chkSelect, \"dd/mm/yyyy\")" height="17" width="18"> ")
}
</img>



<asp:templatefield headerstyle-horizontalalign="Center">
<headertemplate>End Date
<itemtemplate>
<asp:textbox id="edate" runat="server">

if (!document.layers)
{
document.write("<img src="cal1.gif" onclick="popUpCalendar(this, Form1.edate, \"dd/mm/yyyy\")" height="17" width="18"> ")
}
</img>








Plz help me out

A key to every Solution

GeneralRe: GridView with javascript calender Pin
Declan Bright9-Jan-08 23:15
Declan Bright9-Jan-08 23:15 
GeneralCreate PDF from ByteArray Pin
Kumaran21cen9-Jan-08 20:14
Kumaran21cen9-Jan-08 20:14 
Questionprinter queue in asp.net Pin
bharathy9-Jan-08 20:06
bharathy9-Jan-08 20:06 
Generalif we keep gridview in loop to check for the values is the speed of the application get it slow Pin
jagan1239-Jan-08 19:03
jagan1239-Jan-08 19:03 
GeneralRe: if we keep gridview in loop to check for the values is the speed of the application get it slow Pin
N a v a n e e t h9-Jan-08 19:13
N a v a n e e t h9-Jan-08 19:13 
GeneralRe: if we keep gridview in loop to check for the values is the speed of the application get it slow Pin
jagan1239-Jan-08 19:34
jagan1239-Jan-08 19:34 
GeneralRe: if we keep gridview in loop to check for the values is the speed of the application get it slow Pin
N a v a n e e t h9-Jan-08 19:42
N a v a n e e t h9-Jan-08 19:42 
GeneralRe: if we keep gridview in loop to check for the values is the speed of the application get it slow Pin
jagan1239-Jan-08 20:06
jagan1239-Jan-08 20:06 
QuestionHow to clear browser history pages programmatically from ASP.Net web page Pin
Anuradha6129-Jan-08 18:48
Anuradha6129-Jan-08 18:48 
AnswerRe: How to clear browser history pages programmatically from ASP.Net web page Pin
N a v a n e e t h9-Jan-08 19:12
N a v a n e e t h9-Jan-08 19:12 
AnswerRe: How to clear browser history pages programmatically from ASP.Net web page Pin
Ravi_219-Jan-08 19:15
Ravi_219-Jan-08 19:15 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
N a v a n e e t h9-Jan-08 19:26
N a v a n e e t h9-Jan-08 19:26 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
Anuradha6129-Jan-08 20:08
Anuradha6129-Jan-08 20:08 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
Vasudevan Deepak Kumar9-Jan-08 20:30
Vasudevan Deepak Kumar9-Jan-08 20:30 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
Vasudevan Deepak Kumar9-Jan-08 20:29
Vasudevan Deepak Kumar9-Jan-08 20:29 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
Anuradha6129-Jan-08 20:35
Anuradha6129-Jan-08 20:35 
GeneralRe: How to clear browser history pages programmatically from ASP.Net web page Pin
N a v a n e e t h9-Jan-08 21:26
N a v a n e e t h9-Jan-08 21:26 

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.