 |
|
 |
Hello sir,I am new here please let me know how i can retrieve all data from a site.
here is the site from where i want to gather all results
http://www.vyapam.nic.in/results/met_result08/default_results.htm
its a site where 25000 candidates results are stored,I want to gather all results to know my status or rank.
site ask for 6 digit (roll number)example 400119
I tried to put one by one roll numbers but its taking too much time..
please help me to by giving some code by which i can retrieve all the results so that me and my other friends can know the rank easily
if possible please let me know how to use that code.
Thanking you
|
|
|
|
 |
|
 |
Plz help me by provididng the asp coding for ecards generation, selection, preview & send anuj vohra
|
|
|
|
 |
|
 |
hello, I was wondering if you could help me out, here. I am making an ASP site, involving a searching mechanism within a database's table. Over some specific criteria, the data should be displayed in a tabular form. I'm using ASP and vbscript to implement this. I have made two pages, onepage is used to get the details for the search for example, age, name, city, country etc. Now all the user information is present within a database table namely 'users', which contains many records about different users. My site is similar to a friendfinder site, inwhich user logs in, signups, and search for other members. On pressing the submit button of the first page and taking the user's criteria for the search (for e.g age shud be between 12 and 19) ,I pass an SQL select query to search for users whose age range is between 12 and 19. If the users are found, then it presents there info in a table otherwise it shows no record found. the coding for my first page( search.asp ) is as follows: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <font color="#0033FF" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong>Search </strong></font> <hr noshade color="#0099FF"> <form name="form1" method="post" action="searchresult.asp"> <p align="center"><font color="#0066FF" size="2" face="Verdana, Arial, Helvetica, sans-serif">Handle <input name="handle" type="text" id="handle"> </font></p> <p align="center"><font color="#0066FF" size="2" face="Verdana, Arial, Helvetica, sans-serif">Age : <select name="age" id="age"> <option value="0">5 to 12</option> <option value="1">13 to 18</option> <option value="2">19 to 25</option> <option value="3">26 to 35</option> <option value="4">40+</option> </select> </font></p> <p align="center"><font color="#0066FF" size="2" face="Verdana, Arial, Helvetica, sans-serif"> <input type="submit" name="Submit" value="Submit"> </font><font color="#0066FF" size="2"> </font></p> </form> <hr noshade color="#0099FF"> </body> </html> ---------------------------- The coding for the second page is what im having trouble figuring out, If anyone can help me, please reply, Waiting for a response, regards, Adeel Adeel Ansari
|
|
|
|
 |
 | asp  |  | Anonymous | 13:51 24 Oct '03 |
|
 |
i have got x.htm calling y.asp. if i do changes in y.asp and execute x.htm, i am unable to see the updates made on y.asp. Can anyone help me?
|
|
|
|
 |
|
|
 |
|
 |
... the user has a popup-killer, and/or has turned off scripting support in their browser. The popup approach doesn't cover all bases here. Perhaps you should look at the IFRAME instead.
|
|
|
|
 |
|
 |
I agree, using a hidden IFrame would be the best way to do this as it would also cut out the need for the browser to init another window also.
Of course if you wish to make it compatible in other browsers that don't support iframes you could also simply use a normal frame layout with like a hidden top frame - ie, 1 pixel tall
|
|
|
|
 |
|
 |
I agree with Marc, VictorV and JediBaron.
if iFrame is used it would only work with few browsers, but as Marc said if user has turned off scripting support/pop-up killer then my method will not work. I just found a Internet option about IFrame, user can turn off Iframe support also like scripting support, in that case I think normal hidden frame is the solutions.
Amol Rajmane
www.rajmane.com
|
|
|
|
 |
|
 |
I'm sorry, but this article is a pretty bad explanation of what you are attempting to do. Your solution is also not very good and is still sending a new request to the web server to retrieve the necessary data. I was expecting an article on RDS or client side RPC calls via SOAP or web services... This is not the usual standard of Code Project articles.
|
|
|
|
 |
|
 |
Must disagree with you on the solution. Using a separate page very good approach to dynamically get new data without submitting (refreshing) the current page. It's an alternative to sending over ALL data and working with that client side.
RDS and client site RPC limits the number of operating systems or is even impossible because the proper Data Services have not been installed.
The popup window choice is unfortunately not the best solution, because people may have popup killers...
Iframe is the choice when you can limit the number of targeted browsers (IE and I believe Mozilla).
A much better solution to the popup window would be a FRAMESET with one hidden frame. This hidden frame would then serve the same purpose as the popup window.
I do aggree that this article would benefit from a better explanationa and a flow diagram, but CodeProject is lately targetted as a code repository instead of an article repository...
VictorV
|
|
|
|
 |
|
 |
... but Web Services coupled with Web Service Behaviors are designed to solve this problem transparently. There is no need for a custom solution, at least not for the ASP.NET.
Regards,
Dejan Petrovic
|
|
|
|
 |
|
 |
No offense.. But dont you think that having a popup would annoy users?
what is wrong with a iframe? or even a normal frame that is 1px in siz=e that cant be seen?
daz
|
|
|
|
 |
|
 |
iFrame doesn't work with all browsers, you can have pop-up window with 1x1 size and put top=10000 so it will not be visible to users. I am using this method in my current project and it works fine in all browsers.
Amol Rajmane
www.rajmane.com
|
|
|
|
 |
|
 |
Hi Amol,
I am Santosh Jadhav here. We were working together in "WebDezigner" Company in the Pune before 4 years. Sandeep Mahajan was a owner of this company. I was working in the Designing & Animation & you were working
in the development.
My contact No. is 9823236441 &
Email ID : santosh@jadsan.com
My website name is www.jadsan.com
I know that you are in Abroad at that time but no your details. Contact me as early possible.
Santosh Jadhav
santosh@jadsan.com
9823236441
|
|
|
|
 |