Click here to Skip to main content
16,008,954 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Fetch Parent Gridview Row index on Child gridview delete row ? Pin
Ramesh Swaminathan12-May-09 22:16
Ramesh Swaminathan12-May-09 22:16 
GeneralRe: Fetch Parent Gridview Row index on Child gridview delete row ? Pin
zeego12-May-09 23:02
zeego12-May-09 23:02 
QuestionAny Function like Print_r???? Pin
Yaazi12-May-09 17:58
Yaazi12-May-09 17:58 
AnswerRe: Any Function like Print_r???? Pin
Samer Aburabie12-May-09 20:30
Samer Aburabie12-May-09 20:30 
QuestionASP 3.5 Formview + Findcontrol in VB - Please help as I'm going crazy Pin
breakoutfoo12-May-09 12:06
breakoutfoo12-May-09 12:06 
AnswerRe: ASP 3.5 Formview + Findcontrol in VB - Please help as I'm going crazy Pin
breakoutfoo12-May-09 12:27
breakoutfoo12-May-09 12:27 
AnswerRe: ASP 3.5 Formview + Findcontrol in VB - Please help as I'm going crazy Pin
dotnetmember12-May-09 16:00
dotnetmember12-May-09 16:00 
GeneralRe: ASP 3.5 Formview + Findcontrol in VB - Please help as I'm going crazy Pin
breakoutfoo17-May-09 8:07
breakoutfoo17-May-09 8:07 
AnswerRe: ASP 3.5 Formview + Findcontrol in VB - Please help as I'm going crazy Pin
breakoutfoo18-May-09 8:36
breakoutfoo18-May-09 8:36 
QuestionOpen parent window from child window Pin
netJP12L12-May-09 10:10
netJP12L12-May-09 10:10 
AnswerRe: Open parent window from child window Pin
fly90412-May-09 10:20
fly90412-May-09 10:20 
GeneralRe: Open parent window from child window Pin
netJP12L13-May-09 3:41
netJP12L13-May-09 3:41 
GeneralRe: Open parent window from child window Pin
fly90415-May-09 6:20
fly90415-May-09 6:20 
AnswerRe: Open parent window from child window Pin
Yusuf12-May-09 10:21
Yusuf12-May-09 10:21 
QuestionEditing a Word document Pin
dptalt12-May-09 9:17
dptalt12-May-09 9:17 
AnswerRe: Editing a Word document Pin
Christian Graus12-May-09 9:30
protectorChristian Graus12-May-09 9:30 
GeneralRe: Editing a Word document Pin
Ramesh Swaminathan12-May-09 10:08
Ramesh Swaminathan12-May-09 10:08 
Question.net javascript masterpage conflict Pin
janetb9912-May-09 7:44
janetb9912-May-09 7:44 
I'm not a Javascript person, so please be kind. I've got an asp.net 2 page that has a master page. I've got a javascript that works fine in a regular asp.net page within the same web. Move it to the page with the master page, and it won't work. Any help appreciated. Also, what's the difference between function setDifference(form) and setDifference = function(form)? Here's the basic stuff:

<script>
setDifference = function(form)
{
var x = document.getElementById('dtTxt1').value;
var y = document.getElementById('dtTxt2').value;
var dt1 = Date.parse(x)
var dt2 = Date.parse(y)
document.getElementById('resultTxt').value = (dt1.valueOf() - dt2.valueOf()) / (60 * 60 * 24 * 1000)
}
</script> 

<asp:TextBox ID="dtTxt1" name="dtTxt1" runat="server" onkeyup="javascript:setDifference(this.form);" onkeydown="javascript:setDifference(this.form);" />
<asp:TextBox name="dtTxt2" id="dtTxt2" runat="server" onkeyup="javascript:setDifference(this.form);" onkeydown="javascript:setDifference(this.form);" />
<asp:textbox name="resultTxt" id="resultTxt" runat="server" />

AnswerRe: .net javascript masterpage conflict Pin
Christian Graus12-May-09 7:47
protectorChristian Graus12-May-09 7:47 
GeneralRe: .net javascript masterpage conflict Pin
janetb9912-May-09 7:50
janetb9912-May-09 7:50 
GeneralRe: .net javascript masterpage conflict Pin
Christian Graus12-May-09 7:53
protectorChristian Graus12-May-09 7:53 
AnswerRe: .net javascript masterpage conflict Pin
Spunky Coder12-May-09 20:56
Spunky Coder12-May-09 20:56 
GeneralRe: .net javascript masterpage conflict Pin
janetb9913-May-09 4:19
janetb9913-May-09 4:19 
QuestionWhe service which takes Filestream as parameter Pin
Member 465900112-May-09 7:03
Member 465900112-May-09 7:03 
AnswerRe: Whe service which takes Filestream as parameter Pin
Yusuf12-May-09 7:32
Yusuf12-May-09 7:32 

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.