Don't worry I got it............. .........
Followed the same link what I provided earlier and the trick was u have to put that javascript code below the script manager tag......not in the head tag.
Thanks 4 all ur help!!!!!
User Profile
Collapse
-
I never wrote any .net code in this post.....I think u did not get me.
In the previous reply the code is written in javascript...u can c the link below.
the recomended solution which is in javascript
and when I try to implement the above mentioned solution I get error: Sys is Undefined....wh ich is on this line
Code:var prm = Sys.WebForms.PageRequestManager.getInstance();
Leave a comment:
-
THanks for the reply..
Could u please tell me in detail or provide code for the same...
The sys error is on the sys below which comes from the javascript code as mentioned b4.
Code:var prm = Sys.WebForms.PageRequestManager.getInstance();
Leave a comment:
-
error: scriptloader.loadscripts cannot be called..........
Hi,
I am using visual studio 2008. my project is a web-based project.
I am using ajax toolkit. Getting this error when user click button very fast.
"Sys.InvalidOpe rationException : ScriptLoader.lo adScripts cannot be called while the ScriptLoader is already loading scripts."
After googling I found this solution where u hav to add some javascript code
http://forums.asp.net/t/1173891.aspx
But... -
Yes I already implemented that......was just curious to know if it can work this way............ ..But thanks for all ur help....Leave a comment:
-
If I am passing the query from the java program to the database, then how that would b using spool.
Will that be something like this??
str = "Spool on
Spool c:\output.csv
SELECT column_name1 || ';' || column_name2 || ';' || column_name3 etc.
FROM table
Spool off"...Leave a comment:
-
Thanks for the reply guyz.
Pilgrim333 I was really looking for something like that but can I transfer that result to a file directly from the query something like
SELECT column_name1 || ';' || column_name2 || ';' || column_name3 etc.
FROM table into outputfile "filelocati on"...Leave a comment:
-
As I mentioned I want to do this with oracle (PL/SQL).
I need the same kind of query in pl/sql which I have written in mysql.Leave a comment:
-
exporting data from oracle to excel
Hi,
I saw the same titled post but the answer given there is abt how to import data from an input file.
I know this can be done once u can get data from database in ur application using java,.net or any other language but I want to accomplish this inside the query itself.
I've found the code for the same but this query is written for mysql, I am looking for somthing on the same line in oracle.
This is the link... -
Try this, I hope this will help u out.
Code:public class testOra { public static void main(String[] args) { try { Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); } catch (Exception e) { } String url = "jdbc:oracle:thin:@86.64.1.51:1521:databaseName";
Leave a comment:
-
I atlast got this one working........ ..
I went to server and turned on windows authentication in IIS and turned off the asyncronous option.......an d thats all I need to do to get the clients username and no doubt client should be in the same domain.
Thanks for the help guyz.Leave a comment:
-
Hey I turned on the windows authentication and ran the same thing again...
but I am not getting any username....
Any guesses...what could b the problem???Leave a comment:
-
How can I turn on windows authentication in vista ultimate?
I found this it was under programs and turn windows features on or off..Leave a comment:
-
Getting Local System's UserName in a web based project
Hi,
I was trying to get local system's username in my code behind. I tried every almost possible way.
Here is the scenario:
My project is web based and I don't have a login screen....I need to get the local system's username when some user opens the website....
I tried.
Code:environment.Username environ("username") System.Windows.Forms.SystemInformation.UserName system.Security.Principal.WindowsIdentity.GetCurrent.Name
-
I found this link:
here u can find many ways to write, read an XML file from vb.net.
http://www.vbdotnethea ven.com/UploadFile/mahesh/XMLusingVbDotNe t04222005015518 AM/XMLusingVbDotNe t.aspxLeave a comment:
-
http://www.w3schools.c om/xml/tryit.asp?filen ame=tryxml_dom_ changeelement
What do u say abt this example??Leave a comment:
-
How to update XML file from vb.net code behind?
I have an xml file like this:
Code:<book></book> <author></author> <price></price>
I have 3 fields book, author and price on the design and user enters this information and when he clicks submit button I have to update this xml file.
I don't know how to fill this... -
As I mentioned the VS 2005 and 2008 says Frameset is not supported...
If possible once u try to add frameset and frames to the page and then u can c the problem....and the problem with IFrames I mentioned in the post.......
I am really sorry for asking more practical answer.Leave a comment:
-
How to Display 2 pages in a single page?
Hi,
I know this is a very simple question....But I tried every possible way I know to answer this question and failed everytime.
This is the scenario:
I am using Visual Studio 2008 and Sql 2005.
page 1 passes the search criteria for page 2 and page 2 contains a ReportViewer which displays the data from database querying on passed search criteria from page 1.
When I do this by not keeping them on same page like... -
I don't understand what u say. I think u wrote the answer in the wrong window...Leave a comment:
No activity results to display
Show More
Leave a comment: