all groups > asp.net > september 2005 > threads for saturday september 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Setting the query string from a java script
Posted by Loui Mercieca at 9/3/2005 11:08:29 PM
Hi,
I would like to read some variables from a javascript located in the head
tags. The script is a simple document.location = new location, but i would
like to set the querystring.
How can i do this, if it is possible??
Thanks
... more >>
httpWebRequest / Response
Posted by Roger at 9/3/2005 9:43:02 PM
Thanks folks!
I'm new to this.
I'm trying to send a username , password to a website from my vb program
using httpWebRequest
I know how to set up the request and how to send a string via GetRequestStream
also how to to get the response.
Totally lost on how to send the username, password to the... more >>
Search for relevant control
Posted by Daniel at 9/3/2005 6:47:01 PM
Hi All,
Does anyone know which control (no payment is needed) can use to write text
in it and paste object (graph, image..) in it as well.
Any ideas?
Thanks.
Best regards,
Mambo.... more >>
Help -- SQLConnection Problem
Posted by Michael D Murphy at 9/3/2005 3:28:25 PM
Hi,
I continually have problems with SQLConnections. Once I fix the one that I
am having problems with I move on. I would rather have more confidence. I
must be not understanding something or another. If I drag a SQLConnection to
the form and configure it and then drag a SQLDataAdapter to the... more >>
Posting values between pages
Posted by Water Cooler v2 at 9/3/2005 1:08:02 PM
That ASP.NET pages post to themselves, how do pages share information
amoung themselves? As in, if my index.aspx has to post data to
nextpage.aspx, how does it happen? Is it left to the developer to
persist relevant control values in a state dictionary such as Session
and read them back in the t... more >>
Visual Studio 2005 - Where did my DLL go?
Posted by Chris Botha at 9/3/2005 12:56:29 PM
With VS 2003 the DLL is created in the "bin" directory.
My first Web app with VS 2005 ended up being a "File System Web Site", but
after some research I created a "Local IIS Web Site". However, there is no
"bin" directory in the virtual directory of the Web app, nor can I find any
DLL generat... more >>
How to display this using the asp:Repeater ctrl?
Posted by mehdi.mousavi NO[at]SPAM gmail.com at 9/3/2005 12:14:48 PM
Hi,
Consider the following HTML:
<table border="1" width="100%">
<tr>
<td>
<img border="0" src="myimage1.jpg" width="50" height="50"></td>
<td>
<img border="0" src="myimage2.jpg" width="50" height="50"></td>
<td>
<img border="0" src="myimage3.jpg" width="50" height="50"></td>... more >>
Posting a Dynamically Created Page
Posted by Steve Murphy at 9/3/2005 10:53:45 AM
I need to receive user input on one web page, process that input
server-side, and then post a dynamically created page to a credit card
authorization service. Is this as simple as creating a WebRequest and
posting it using a StreamWriter, or am I starting down the wrong path?
Thanks in adva... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
deploy asp.net web form
Posted by Daniel at 9/3/2005 10:48:03 AM
Hi All,
I am new to install the asp.net web form into server site and let user to
browse it.
I am considering whether window 2000 advance server is able to store the
asp.net web form and allow multiple user to browse it according to their role?
If window 2000 advance server ables to do it... more >>
showModalDialog
Posted by Jan at 9/3/2005 9:05:03 AM
Hi,
I have problem with modal dialog. I have a ASPX page which I use in
showModalDialog. This page contains tag <base target=_self> because I dont'
want to show a new IE window in postback. It is OK.
For the first time, it is OK. But when I call showModalDialog for second
time, the ASPX ... more >>
Intermittent Unable to validate data error
Posted by Ian at 9/3/2005 8:38:01 AM
Hey all:
I have an ASP.NET application that, for the most part runs fine.
However, checkign over the logs I've noticed that every once in a while
(like maybe once a day or so) our users are causing an unhandled
"Unable to validate data." exception. I'm reasonably sure that these
folks aren't... more >>
Online bookmark
Posted by Joe at 9/3/2005 6:50:01 AM
It is very inconvenient to update the personal bookmark from one place to
another place, it always need to export the bookmark and save to floppy, then
import the bookmark in other computer. Any online bookmark in the web sites?... more >>
ASP.NET contents file
Posted by asad at 9/3/2005 6:06:01 AM
hello, how ru all,
I have contents(website links) file which i want to inlcude in all of my
application. Contents are coming from database through an aspx page but when
i'm include this file in my web application it could not working so pls tell
me how can i include this file in other aspx ... more >>
outputting doc or pdf files from sql
Posted by fredd00 at 9/3/2005 6:00:11 AM
Hi
i would like to save doc and pdf files to sql, retrieve them and serve
them to the visitors browser (_blank target preferably)
how can it be done
thanks
... more >>
Working a project on two computers
Posted by Bob at 9/3/2005 12:00:00 AM
Hello:
VB.NET ASP.NET application.
I would like to be able to work on my project at home and at my office. I
first created it at the office and when I try to work on it at home, only
the original project files appear, some of which are not even in the project
anymore, with a yellow icon ... more >>
Page_load called twice on button click
Posted by Imran Aziz at 9/3/2005 12:00:00 AM
Hello All,
I have a search text and button that post data and my button handler
filters the repeater control. However when the button is clicked the first
time. The page_load event is being called twice, once with postback true,
and second time without postback. This only happens for this... more >>
Does Visual Studio provides any free webpart to be used for Portals?
Posted by Annie at 9/3/2005 12:00:00 AM
hello guys,
does VS.net provide any web control to be used as in developing portals?
otherwise, any free source available that can be customized?
Tia
... more >>
Error when redirecting to an asp page from an aspx page
Posted by Loui Mercieca at 9/3/2005 12:00:00 AM
Hi,
I have the following problem. Whenever i redirect to an asp page from =
any oage in my .net project. i get the following error:
System.Web.HttpException: Error executing child request for =
Thanks-DE.aspx.
If i redirect to an aspx page instead of an asp page it works fine. I =
tried bo... more >>
using asp:textbox as search box, handling enter in textbox
Posted by Imran Aziz at 9/3/2005 12:00:00 AM
Hello All,
I have an option of search on my web page coded as under
<p>Search Bookmarks: <asp:TextBox ID="txtSearch" runat="server"
class="texta" ></asp:TextBox><asp:Button ID="btnSearch" runat="server"
class="button" Text="go" OnClick="btnSearch_Click" UseSubmitBehavior="true"
/></p>
... more >>
Visual Studio Incorrect Syntax Near The Keyword Default Information
Posted by JMUApache at 9/3/2005 12:00:00 AM
Hi,
I have got a error message while I run a sample OLEDB program. It
says "Incorrect Syntax Near The Keyword Default Information".
platform: Windows XP + Visual Studio 2005 Beta 2 + SQL Server 2000
I goole it, somebody says the reason is the database file size up
to its limit, and se... more >>
<DIV>
Posted by P Nishanthan at 9/3/2005 12:00:00 AM
Hi,
I have a datagrid inside the DIV. If the datagrid height is more than 100px,
i have to show the scroll bar in the DIV. Otherwise DIV height should be
same height as datagrid. How can i do this?
Thanks in advanve.
Nishanthan
... more >>
|