all groups > asp.net > october 2004 > threads for saturday october 9
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 31
hyperlink function in a normal button
Posted by Joshua Weir at 10/9/2004 10:43:04 PM
Hi,
I want to simply add hyperlink functionality to a normal web control button.
I understand that i can use the hyperlink button for this but in this case i
dont want to do this.
Say i have a webcontrol button on the webform. within the onclick function
how would i hyperlink to a new a... more >>
Visual Studio cannot create or open the application because the Web server on this computer is not running
Posted by Roberto Rocco at 10/9/2004 9:40:02 PM
Whenever I try to create a new ASP Web Page I get this message :
"Visual Studio cannot create or open the application because the Web server
on this computer is not running. Start the Web server before proceeding."
Well, looking at my services I find that both WWW Publishing Services and
I... more >>
Dynamic Controls on a Multi-Step Form
Posted by Leo J. Hart IV at 10/9/2004 9:20:37 PM
OK, here's another question for the experts:
I am building a multi-step (3 steps actually) form using a panel for
each step and hiding/displaying the appropriate panel/panels depending
on which step you're on. This all works fine, but I ran into some
trouble when I started creating controls d... more >>
Getting form field values
Posted by John at 10/9/2004 8:17:43 PM
Hi
Is there an asp.net equivalent of the following code in the context of a
form?
for i = 1 to Request.Form.Count
strMsgInfo = strMsgInfo & Request.Form.Key(i) & ": " &
Request.Form.Item(i) & vbCrLf & vbCrLf
next
Thanks
Regards
... more >>
page multithreading
Posted by Ireney Berezniak at 10/9/2004 8:08:20 PM
Hi,
I'm loading images into a client by specifing an aspx page as a source,
as shown in the example below, which uses the webclient to load the
image from a remote resouce, and stream it back to the client:
<img src="/streamer.aspx?src=image1" >
<img src="/streamer.aspx?src=image2" >
<im... more >>
datagrid edit textboxes
Posted by rodchar at 10/9/2004 7:59:02 PM
Hey all,
I have a datagrid on an asp.net page and I'm using the in-line editing
feature where you can edit a value right on the datagrid. I was wondering if
I can make the textboxes a smaller width. If so, how please?
thanks,
rodchar... more >>
read national characters from the form
Posted by VladimĂr Kolesnik at 10/9/2004 7:16:15 PM
Hi there,
I receive parameters from html page via 'post' method in the form.
<form action="http://localhost/project1/Default.aspx" method=post
ID="Form1">
<input type=text name=UID value=UID id=ID>
<input type=text name=UserName value=userName id=UN>
<input type=submit value=Send I... more >>
datagrid validation
Posted by rodchar at 10/9/2004 7:13:04 PM
Hey all,
I've got an asp.net page that has a textbox on it. The textbox has a
requiredfieldvalidation associated with it.
I've also got a datagrid with the edit,update,cancel links on it. When I run
my app, and select the update link on the datagrid my textbox validation
fires. Not sure ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NamingContainer and UserControl
Posted by msmail.microsoft.com at 10/9/2004 7:09:48 PM
Hi,
UserControl inherits from TemplateControl which implements the
NamingContainer interface.
This causes all the controls inside a UserControl to have unique names. If
my project, this is Not A Good thing, as I need the names of the form
controls to be what I set them to be and not be chan... more >>
Grid in a form
Posted by John at 10/9/2004 5:15:58 PM
Hi
I need to add grid to an enquiry form. I have not done grids in asp.net
before. The data in the form/grid needs to be appended to a database. Could
you someone please give me some simple steps on how to implement a grid in
asp.net in a form scenario?
Thanks
Regards
... more >>
Dropdownlist changing event
Posted by Dave at 10/9/2004 4:44:00 PM
Hello.
I have two dropdownlist web controls on my webform, for example "A" and "B".
The dropdownlist "A" fills at page load, but the dropdownlist "B" must be
filled (from database) with data at dropdownlist "A" changing.
So I need fill dropdownlist "B" on changing of dropdownlist "A" and I need... more >>
Create a team to develop "Web Portal Framework"
Posted by Kamil Tezduyar at 10/9/2004 3:58:42 PM
I want to create a team to develop a web portal framework. The main
purpose of this framework is reusing this in many projects. The major idea
in my mind it, building it as much as flexible. We will create the framework
with the combinations of the team members. This development will be on... more >>
[2.0] creating a back control
Posted by Lloyd Dupont at 10/9/2004 3:12:32 PM
I'm trying to create a 'back' link
basically it's displayed only on the 'login' page, where (to test) I've put
all the
asp:login, asp:loginview, asp:CreateUserWizard, etc.. control.
in my Back link, in the OnInit I have written (for my 1st atempt)
if(!Page.IsPostBack)
{
ViewSate["url"]... more >>
Form with grid layout
Posted by John at 10/9/2004 3:07:21 PM
Hi
What is the easiest/recommended way to have a form with fields on a grid
layout? I have found it very difficult to achieve. Any help as well as
tutorial/example links would be appreciated.
Thanks
Regards
... more >>
VS.Net IDE hangs when pinning toolbar
Posted by Tom Dacon at 10/9/2004 3:07:19 PM
I can't find any hits in groups search on this, so I'll try a fresh post:
Vs.Net 2003 has recently started hanging when I try to pin the toolbar. The
framework 1.1 service pack 1 has been installed, but I don't know if this
started happening after I installed it. I've certainly only recently ... more >>
Error 403.6 when using netbios name
Posted by iwer.moerck NO[at]SPAM get2net.dk at 10/9/2004 1:40:15 PM
Hi
I'm trying to get started with ASP.NET and have installed the .net
framework and ran into a strange problem.
The name of my PC is imxp01, and when I navigate to http://imxp01/, it
works fine.
But when I navigate to http://imxp01/quickstart, I get then 403.6
error, stating that the IP-... more >>
pop up calendar
Posted by Manny Chohan at 10/9/2004 1:29:06 PM
Hi Guys, I have a page with a calendar icon. i need to pop up calendar and
have the date entered in a text field. So far i have looked on web but could
not find any good examples. Can someone guide me to a site or post code to
achieve this.
I am programming in VB .NET.
Thanks in advance.... more >>
can run javascript can't run vbscript - WHY
Posted by dwang NO[at]SPAM woodace.co.uk at 10/9/2004 12:36:29 PM
why does this work :-
<HEAD>
......
<SCRIPT LANGUAGE="javascript">
function test()
{
alert("test 1")
}
</SCRIPT>
.....
</HEAD>
<BODY>
....
<A HREF="JavaScript:test">test</A>
......
</BODY>
but this does not :-
<HEAD>
......
<SCRIPT LANGUAGE="vbscript">
function test()
... more >>
DataGrid Font Size (ASP.NET)
Posted by BCM at 10/9/2004 12:20:16 PM
I cant' believe I have to ask this, but...
How do you adjust the font size in a DataGrid? I know about the FONT
property of the DataGrid proper, and the FONT property of the ITEMSTYLE, and
I can see how to adjust the size. But nothing has any effect on the display:
no matter what I do, I ge... more >>
ViewState for Enabled Property on CheckBox/RadioButton Controls
Posted by leo.hart NO[at]SPAM fmr.com at 10/9/2004 10:54:00 AM
Hello,
I'm hoping someone can help me out.
I was wondering if the Enabled property of a CheckBox or RadioButton
server control is stored in the ViewState. If not, is there some way
to to add this property to ViewState? If needed, I can give you more
info on exactly what I'm trying to do... more >>
Question ...
Posted by Jacek Jurkowski at 10/9/2004 10:28:38 AM
I'm already a experienced c# developer and now it's
time to move my current application into a web.
It's a payee software based on SqlServer.
My expectations are:
1) The same functionality as Windows Forms.
2) No additive software on client side - browser only.
3) Easy to manage / upgrade.
... more >>
Re:Re: ImageURL Issues!!!!!!!!
Posted by John Espinosa at 10/9/2004 9:24:27 AM
The name should be the same...
Sub Page_Load
UC1.strHomeURL = "image/home.gif"
End Sub
This still does not work!!!... more >>
ImageURL issues!!!!!!!!
Posted by John Espinosa at 10/9/2004 8:58:43 AM
I have a user control with an image button on it:
Public Property strHomeURL As String
Get
Return strHomeURL
End Get
Set
ibtnHome.ImageURL = Value
End Set
End Property
.....code......
<td><asp:ImageButton id="ibtnHome" runat="server" ImageURL="images/home_on.gif" height="17" ... more >>
usercontrol problems
Posted by John Espinosa at 10/9/2004 8:58:27 AM
I have a user control with an image button on it:
Public Property strHomeURL As String
Get
Return strHomeURL
End Get
Set
ibtnHome.ImageURL = Value
End Set
End Property
.....code......
<td><asp:ImageButton id="ibtnHome" runat="server" ImageURL="images/home_on.gif" height="17" ... more >>
Fustrating User Control
Posted by John Espinosa at 10/9/2004 8:58:12 AM
I have a user control with an image button on it:
Public Property strHomeURL As String
Get
Return strHomeURL
End Get
Set
ibtnHome.ImageURL = Value
End Set
End Property
.....code......
<td><asp:ImageButton id="ibtnHome" runat="server" ImageURL="images/home_on.gif" height="17" ... more >>
Unable to load DLL (OraOps9.dll)
Posted by MN at 10/9/2004 8:55:25 AM
I have created an ASP.NET application which connects to
Oracle database. My application runs fine in local host
environment (database and apps running on same laptop).
When I deploy my application in production I get "Unable
to load DLL (OraOps9.dll)" Error. A Winform based
application run... more >>
Performing Asynchronous operation
Posted by RJN at 10/9/2004 8:50:38 AM
Hi
I have 2 operations to perform one is to upload data and the second is
to generate report. Both take huge time(more than 20 mins and I believe
by that time session would have expired) and hence has to be done
asynchronously.
For uploading data, user will click start button and the asyn... more >>
reading an animated gif ...
Posted by Koen Hoorelbeke at 10/9/2004 8:21:02 AM
Hi there,
I'm trying to read an animated gif from a url (for a banner-rotator). The
code I have now, does read the gif (or jpg), but the result is that I only
get the first frame of the animated gif, AND at a much lower quality :-(
Important to note is that the image is read from a url (fr... more >>
The best way to parse an html file?
Posted by Stephane at 10/9/2004 6:55:04 AM
Hi,
I have a html file file that I want to parse with ASP.NET to retreive the
value of a custom tag. Let's say that the average html file is about 30 ko.
Once the html file is loaded and converted into a single string, I'm using
for now is two string.indexOf to find the begin and the end of... more >>
Treeview in 1.1?
Posted by Dan Nash at 10/9/2004 3:35:03 AM
Hi
I'm trying to see if there is a treeview control in .NET 1.1 for web
development. So far I've found an article on MSDN that says that the treeview
is there, and uses the following lines to add it to the aspx page...
<%@ import namespace="Microsoft.Web.UI.WebControls" %>
<%@ Register Ta... more >>
is DataGrid right for this...?
Posted by Dan Nash at 10/9/2004 2:09:01 AM
Hi guys..
I'm using C#,and I'm wondering if DataGrid is the right control to use for
what I want to do.
Basically, I want to have a list of contacts pulled from a database (based
on a query). The table should be styled, with headers, and I want each row to
have some javascript events:
... more >>
Dynamic ImageURL
Posted by John Espinosa at 10/9/2004 12:55:44 AM
I have a user control with an ImageButton. How can I change the ImageURL on that user control through the aspx page calling the user control??... more >>
Error in picking up SelectedIndex from dropdown box
Posted by James D. Marshall at 10/9/2004 12:32:47 AM
This is working fine, this is from the page_load subroutine,
'bind System column of SystemInfo table
ddlSystem.DataSource = dsSystemInformation.Tables("SystemInfo")
ddlSystem.DataTextField =
dsSystemInformation.Tables("SystemInfo").Columns("System").ToString
ddlSystem.DataBind()
'populat... more >>
validate an url
Posted by Guoqi Zheng at 10/9/2004 12:00:07 AM
How can I validate an URL in real time, connect to that URL directly and see
it response with ok status.
I think it might need to use webclient, or webrequest + webresponse, but I
have not found out how to do it.
Any help?
--
Kind regards
Guoqi Zheng
guoqi AT meetholland dot com
H... more >>
|