User Profile
Collapse
-
Use grid view function in asp. you can sort any column. -
make sure you can access the file and also check sql can read the file.
Check also the drive letter you spicify you can browse. use command prompt.Leave a comment:
-
Follow this steps.
1. Right click on Server on Enterprise Manager
2. Click Properties then select Connection Tab
3. Set query time out to 0 (O is unlimited)
Let me know the answer helped you
ImtLeave a comment:
-
-
No i didnt use mouseover, I have check the whole page. the same i m using for other pages also. Those pages are working. After i added the lightbox.js to this page i am having these problem. (Lightbox.js open a popup window to display a image)
You can check my other page for reference:
http://www.marco.com.c n/web-content/marco_re.html
Thanks...Leave a comment:
-
Java Script Error in HTML Page
I have a page, Head tag Contains many Scripts and style sheet for Menu and Page. This code working fine and displaying menus and page as i wanted.
Check this page for reference.
http://www.marco.com.cn/web-content/marco_re10.html
--------------------------------------------------------------
Code:<head> <!-- InstanceBeginEditable name="doctitle" --> <title>Marco</title>
-
Hello Frinavale,
I have solved using user controls instead of master page.
Anyhave lets have a try if u can solve the master page issue.
Here my parent Page(SingleLeve lN.aspx). This page is master page enabled.
Code:%@ Page Language="VB" MasterPageFile="~/aspx/MasterPage.master" AutoEventWireup="false" CodeFile="SingleLevelN.aspx.vb" Inherits="aspx_SingleLevelN"
Leave a comment:
-
Yes.Finally decided not to use Master page. Instead of master page i have created user controls then placed on my pages. Anyhave i m really appriciating all of you people for the answers....Leave a comment:
-
My website is not AJAX enabled. I m not using AJAX. So i dont have update panel on my pages....Leave a comment:
-
I have place my function inside <div></div> but still its acting same. I m not getting what i want....Leave a comment:
-
-
-
Please i wana complete this form with in this week. please help me to transfer data from child page text box to parent page text box.
I have tried java funstion is not working out for me. If you any vb script or demo page that will be great help....Leave a comment:
-
I dont know where i m doing wrong. if ou have any demo page that will be great help...Leave a comment:
-
I have checked. I m going to leave this wndow.opener.
Do you any other method that i can post back value...Leave a comment:
-
Parent Page:
Code:<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="True"></asp:TextBox> <a href="#" onclick="OpenNewWindow()">Lookup</a> function OpenNewWindow() { window.open('ChildMain.aspx?txt=<%=TextBox1.ClientID%>','MyPopUp','width=500,height=700,scrollbars=1,resizable=1'); }
...Leave a comment:
-
Dr B
First of all I have to say thanks for ur response.
When i check the Source html genreted by my code My Textbox1 id change to "ctl00_ContentP laceHolder1_Tex tBox1"
Then I have modified my java function according to your suggestion. Still i am facing the same problem. The Textbox is not transfering data to parent page textbox. Can u see anyother info i need to change?
ThanksLeave a comment:
-
Transfer Date from one page to another in aspx
I have two page one is parent and child. Parent page has text field and command button. The Link button open a child page as a popup. Child page as Text box and Button. when i click the button it will transfer child textbox data parent page text box. this is working fine when i use normal page(Not using master page on it).
Parent page aspx:
Code:<asp:TextBox ID="TextBox1" runat="server" AutoPostBack="True"></asp:TextBox>
-
-
But Still i didnt get what i want. I have three table (POD-PoDetails, POR-PoRecieve & POI-PoInspect)
POD is base table for the rest. In the POR & POI the records only generated if the Item received/Inspect Respectively. Also both POR&POI operation not done in same time some times they will take upto one week. Untill then the record not exist in the respective table.
My query fields link with all this 3 tables if...Leave a comment:
No activity results to display
Show More
Leave a comment: