all groups > asp.net > april 2005 > threads for tuesday april 5
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
ASP.Net vs VB.Net
Posted by Daniel at 4/5/2005 11:57:01 PM
HI,
wat is the different between asp.net and vb.net?
thanks in advance.
daniel.... more >>
about session. Urgent
Posted by Daniel at 4/5/2005 11:25:04 PM
Hi,
i'm using the session in my project and each user will be given the access
based on his role.
On my computer i try to run the program, the session works fine.
The problem occurs when i try to access the same program at the same time
from another computer that connected to my pc.
The sess... more >>
Sharing ASP.NET code between two sites
Posted by Manohar Kamath at 4/5/2005 10:41:32 PM
Hello all,
Consider that you have an ASP.NET application you have deployed as
www.somesite.com. If I would like to create an intranet site with the same
code (say http://intranetsite/ for use within the company firewall) , I
could just point another IIS web site to the same code location, with... more >>
controlling button in headertemplate datagrid
Posted by JoNa SuperGold at 4/5/2005 8:45:24 PM
hey, i have put a button in the header template of my datagrid, now this
button has te purpose that when you check the checkboxes in the item
template and you click on the button, the selected data is shown more
exessive.
but im having trouble addressing my button
in the html code i find t... more >>
How can i save a page content from a http address? (just like a Search Engine Robot)
Posted by gonzal kamikadze at 4/5/2005 8:45:19 PM
Hi
I was just wondering if it is hard to write a small engine that will only
read/index a page from the internet that will be accessible only thru
http://...
(You could say it's like a search engine robot...)
Any examples?
code in ASP or ASP.NET (vb)
Regards
Gon... more >>
Passing user credintials from a web page to a web service.
Posted by Dan Higman at 4/5/2005 7:35:35 PM
I'm sure this is easy and I'll be embarrassed when I see the answer,
but I just can't figure this one out.
Using .Net/ASP 1.1 on a server using integrated authentication--
I have a web page (.aspx) that will collect some data from the user,
call a web service to get additional data, and the... more >>
RSS online aggregator
Posted by Martin at 4/5/2005 7:05:41 PM
Hi,
I have noticed that a lot of blogs out there share very similar "look and
feel"
one of the most common "look and feel" is like this blog
http://scottonwriting.net/sowBlog/
or
http://www.ims.co.nz/blog/default.aspx
I would like to ask if there is a standard way (perhaps a standard ... more >>
Literal and Treeview MENU Question
Posted by Patrick Olurotimi Ige at 4/5/2005 5:46:28 PM
I'm using a literal to display a TEXT on a page which is fine.(The page
i'm displaying the TEXT is in an IFRAME.
And on the page there is a Treeview menu(WebControl) any time i click or
just over the links in the TREEVIEW MENU
the the page in the iframe TRIGGERS..
What could be causing this!!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
session_end when triggerd?
Posted by gce at 4/5/2005 5:27:55 PM
Hi,
Every session I make a temp directory using Session("SessieGuid") =
System.Guid.NewGuid().ToString
Whenever the user presses a button to end everything or when the
session.timeout fires up, I need to remove the directory.
My question :
1. What command is needed behind the END-butto... more >>
session_start
Posted by Carmen at 4/5/2005 4:59:40 PM
We have an application whose initial page is Menu.aspx. In other the user
cannot enter the application by using another page we have implemented
session_start:
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
Response.Redirect("Menu.aspx")
End Sub
Now, we are developing a ... more >>
Setting OnCommand when adding LinkButton dynamically
Posted by Sheryl Landon at 4/5/2005 4:56:21 PM
Is there a way to set the OnCommand or OnClick attributes when adding a
LinkButton dynamically through code? These attributes are available when
adding on design-time...
Thanks,
Sheryl
... more >>
How to convert Seconds to X Hours Y Minutes Z Seconds?
Posted by 00_CP_D12 at 4/5/2005 4:56:07 PM
Is there an easy way in ASP.NET to convert seconds to Hours: Minutes:
Seconds?
For example, 65 seconds will return 0 hr, 1 min, 5 secs.
Thanks...
... more >>
Dynamically created Linkbutton onclick not working...
Posted by Sheryl Landon at 4/5/2005 4:46:07 PM
Hi all - I'm creating a link button at runtime, and putting in a table cell,
and then trying to hook up the click event handler... but it's not working.
Here's the code, any idea what might be wrong? Thanks!!! Sheryl
private void AddTopicToTable(dsPersonnelDevelopment m_dsPD)
{
.... ... more >>
debugging server but not IE
Posted by Andy Fish at 4/5/2005 4:28:11 PM
Hi,
Using VS.NET 2003, when I use 'F5' to start debugging my web app, it
obviously attaches the IDE to IIS for server debugging. However, it also
seems to put IE into some kind of debugging mode (for javascript debugging)
This causes IE to consume loads of CPU if the page is very large.
... more >>
HttpWebRequest Class - Process Exception Message
Posted by (iana_kosio NO[at]SPAM yahoo.com) at 4/5/2005 4:10:24 PM
Hi,
I am using HttpWebRequest class to communicate with remote server. In some cases the server would return 5xx status code which results in HttpWebRequest object throwing an exception. I, however, still need to access the response stream from the server as it contains information that I need. A... more >>
WS HTTP POST auth
Posted by Jure P at 4/5/2005 4:06:47 PM
How can i call Web Service method with HTTP-POST(GET) where windows
authentication is required?
than you, J
... more >>
HttpContext.RewritePath Fix??? Asp.net 2.0
Posted by marcmiles NO[at]SPAM gmail.com at 4/5/2005 4:04:59 PM
It looks like postbacks cause a problem with HttpContext.RewritePath.
I've read about the two solutions below, but the first one seems
extensive, and the scond one seems too easy. I sent an email to the
author of the second one for more info.......but no reply.
http://weblogs.asp.net/jezell... more >>
Sending e-mail using a Simple MAPI client from .NET
Posted by Nick Gilbert at 4/5/2005 3:45:22 PM
Hi,
I'm writing a Windows Forms application in .NET and I need to send an
e-mail from it. As it's NOT asp.net, I don't have access to an SMTP
server so I will have to send the e-mail using Simple MAPI.
I can't seem to find a way of doing this in .NET as it seems .NET has no
MAPI support (am... more >>
What is .resx file
Posted by Arsalan at 4/5/2005 3:45:04 PM
What is .resx file that are created with new ASP.NET page in VS Studio?
... more >>
VS studio, Arranging ASP.NET files ?
Posted by Arsalan at 4/5/2005 3:40:54 PM
How do I put different files in different folders in ASP.NET project using
VS Studio [without loosing the functionality ?
For e.g, i want all .aspx files to be under \page folder and all .vb files
in \vb folder ?
... more >>
Thread timeout
Posted by JeffSinNHUSA via DotNetMonster.com at 4/5/2005 2:36:20 PM
Hi,
I have a long running task that I want to run on a regular basis to do some
db updates. I can't write a windows service because it is being hosted
elsewhere. I want to run this task within my web application - so here is
what I did:
In the global.asax I declared a delegate function an... more >>
asp:button that opens a new webpage?
Posted by Roy at 4/5/2005 2:33:05 PM
Ok, I feel silly asking this because it seems like such a simple thing
but I haven't been able to figure it out. Is it possible to create an
asp:button that functions just like an asp:linkbutton? What I'm trying
to do is when a user clicks a button (a pushbutton) it will open a new
page (not res... more >>
form refreshing!!!!!!
Posted by Vadivel Kumar at 4/5/2005 2:32:25 PM
Hi,
I have a form (parent window), in that i have one usercontrol
(which is having one text box and a button), once
the user clicked the usercontrol's button a
child window will be opened and he is doing some thing
with the child window.
Now, when ever i click the usercontrol's button the ... more >>
CreateDirectory() - Could not find a part of the path "D:\".
Posted by Clinton Frankland at 4/5/2005 2:29:02 PM
Hi,
On a Windows 2000 Server when attempting to use
System.IO.Directory.CreateDirectory(string.concat(Server.MapPath(""),
"\verify"))
I receive a System.IO.DirectoryNotFoundException error: Could not find a
part of the path "D:\".
The full path is "D:\hshome\clinton\test.gotchasoft.com\... more >>
ReturnUrl Null
Posted by hecsan07 at 4/5/2005 2:25:03 PM
I am trying to redirect users upon login to the pages they requested using
FormsAuthentication, but keep getting an error because my ReturnUrl is null.
Can anyone help me figure out why is this? I am using C# on a Asp.Net 1.1
page.
HS... more >>
Access is denied: 'Microsoft.Web.UI.WebControls'.
Posted by Lorenc at 4/5/2005 2:05:05 PM
Recently I am getting this error randomly while working with visual studio
..NET 2003 on a C# project and browsing my application. Everything comes to
normal after rebooting. Can someone help on this? The following is the detail
error message:
Configuration Error
Description: An error occ... more >>
Call ATL from C# ASP.NET
Posted by Zak Milas at 4/5/2005 2:05:01 PM
Hello
I have created an ATL in VC++ and want to call the function from a click of
a button on C# ASP.NET. I was able to reference my DLL file in ASPX, but
unfortunately it has two CHAR inputs and one VARIANT* output.
How do I call this function that returns a value in C# ASP.NET. Thank you ... more >>
Blank a textbox when selected
Posted by MattB at 4/5/2005 2:04:17 PM
I've been to sites that have a textbox with text in it until you tab
into it or click on it and then the text disappears. I'd like to do that
with a password field in my project. I imagine I'd need to do it with
Javascript, which I'm not very experienced with. Does anyone have or
know of any... more >>
Web Hits
Posted by Ed Willis at 4/5/2005 2:03:06 PM
Is there anyway in IIS to see the web hit stats for a website?
... more >>
Multiple Validators against a control
Posted by epigram at 4/5/2005 1:54:18 PM
I'm trying to use the ASP.NET validators to check some client-side business
rules. I've got two ASP TextBox controls (call them tbxYear1 and tbxYear2)
used to enter a range of years. I've got a couple things I need to check:
1) tbxYear1 and tbxYear2 are both optional, but if values are ente... more >>
I cannot find my database using oledbConnection
Posted by COHENMARVIN at 4/5/2005 1:49:04 PM
I put the following code in my asp.net page:
dbPath = MapPath("/FBDB/db1_newport2003.mdb")
strConnect = "Provider=Microsoft.Jet.OLEDB.4.0;"
strConnect = strConnect & "Data Source=" & dbpath & ";"
objConnect = new OleDbConnection(strConnect)
=============================
but I get t... more >>
Updating Label on a WebControl
Posted by Christian Filzwieser at 4/5/2005 1:48:07 PM
Hy
I created a WebControl called StatusBar with a static function
public static void SetText(string text) { MyVariable = Text }
and on Page Load I set MyVariable to the Label in my WebControl.
On my Webform i load data form SqlServer into a grid and i want to set
the Recordcount in the Sta... more >>
how to reset control ID numbering when databinding
Posted by Andy Fish at 4/5/2005 1:44:43 PM
Hi,
First some background: When you databind a repeater control, the controls
within the template are given an id like Repeater1:_ctl<n>:Button1 where <n>
increments for each repeater item. If you re-bind the control later on in
the page lifecycle, the contents are re-generated with the IDs... more >>
Q: visual studio .net
Posted by JIM.H. at 4/5/2005 1:35:03 PM
Hello,
I am using visual studio .net 2003 and I am trying to debug the application,
it does not seem that it hits the break point. I added a simple button and a
on click procedure but break point does not stop, any idea what might be the
problem? Is there a group for visual studio?
Thanks,
... more >>
Cant debug in XP Pro but can in Win 2K help
Posted by dee at 4/5/2005 1:00:17 PM
Hi
I am running .NET 1.0 on an Windows XP Pro and cant debug my VB web
application.
I get the following error message:
"Error while trying to run project: Unable to start debugging on the web
server. Access is denied.
Would you like to disable future attempts to debug ASP.NET ... more >>
Why can I not use script blocks within ASP:Label controls?
Posted by Peter Rilling at 4/5/2005 12:59:48 PM
Below is some code that I do not know why it does not work. Okay, as you
can see it is simple HTML with two ASP:Label controls. Each label has some
code that basically gets a string that will be written to the browser.
ConditionalText.Eval is a method from my own library. As you can see, I
ha... more >>
Passing Values and Server.Transfer
Posted by olduncleamos NO[at]SPAM yahoox.com at 4/5/2005 12:59:22 PM
Hello all.
With a background in ASP, I am finding the work required for passing
values between pages mystifying. For various obvious reasons, I have
eliminated using cookies and session to store state data. The only
ASP.NET options left is to use the Server.Transfer to transfer to page
2 from... more >>
Solution while process is running
Posted by Chris Fink at 4/5/2005 12:49:04 PM
I am looking for a solution to use in an aspx web application that will
redirect the user to a new page and display an animated gif indicating that
processing is occurring, and when complete, redirect back to the previous
page picking up where things left off. I've seen similar functionality ... more >>
Validation jscript not firing on the deployment site
Posted by Rolly Ferolino at 4/5/2005 12:44:04 PM
Has anyone encountered a problem where the validation events are not raised
on a machine? These events are all working in our development environment
but when we deploy them to WebHost4Life server, the events are not raised.
Is this something to do with differences in configuration, .NET Frame... more >>
remove automatic idprefex
Posted by Gonçalo Boléo at 4/5/2005 12:39:56 PM
I'm creating controls in runtime but the clientID always add "_ctl0" to my
ID name.
Is possible to remove this?
thanks,
Goncalo Boleo
... more >>
CreateGraphics for a control
Posted by takilroy NO[at]SPAM yahoo.com at 4/5/2005 12:01:37 PM
Hi,
I am trying to implement this snippet of code from the .Net help
documentatiion so that I can modify the width of a textbox on one of my
aspx forms. However, for some reason visual studio thinks that
CreateGraphics is not a member (or method) of System.Web.UI.Control.
Can anyone help? D... more >>
Hiding WebPage name in address bar
Posted by Mustufa Baig at 4/5/2005 12:00:49 PM
Hi,
I don't want to show the web page name shown in the address bar.
For example if the website address is http://localhost/webreadfile/ so from
this point forward, no matter which pages I surf, the address bar should
look like http://localhost/webreadfile/. It should not show any page name.
... more >>
Q: datset fill
Posted by JIM.H. at 4/5/2005 11:47:03 AM
If my dataset contains more than one table, and my sqlSelectCommand is only
selecting from one table, does sqlDataAdapter1.Fill(dataSet11) know which
table it should update?... more >>
Is it possible to pass an enum to a Web User Control?
Posted by M at 4/5/2005 11:20:13 AM
I can pass in a string to a Web User Control, but I haven't been successful
passing in an enum. I declared my enum as a public variable in my Web User
Control itself.
Thanks in advance.
... more >>
ASP.NET not executing interop functions
Posted by Jas Manghera at 4/5/2005 11:19:03 AM
Hello everyone, Im having a rather strange problem with my custom ASP.NET
application. After deploying the application on a .NET v1.1 computer, the
first time the application is launched it can call an external interop and
excute commands with no problems. However, when the same system is rest... more >>
Newbie Needs Help!
Posted by Joe Rigley at 4/5/2005 11:11:12 AM
Hi,
I'd appreciate some advise... I've been assigned the task of creating form
based authentication via SQL Server for a section of our corporate web site.
I know classic ASP quite well, but the ASP .NET world is very different.
And from what I've read, ASP .NET has some great functionalit... more >>
Access or Visual Studio?
Posted by Jerome at 4/5/2005 11:07:28 AM
Hi, I'm a bit confused ... when would I rather write an database
application using MS Access and Visual Basic and when (and why) would I
rather write it using Visual Studio .Net?
Is it as easy in Visual Studio to create reports and labels as it's in
Access?`
The advantage of VS.net is that ... more >>
Does SqlDataAdapter.Fill() always close the connection?
Posted by M at 4/5/2005 10:59:15 AM
Hi,
Does SqlDataAdapter always close the connection (assuming connection was
closed before calling Fill()), even if an exception occurs while calling
Fill()?
Example:
try
{
myDataAdapter.Fill(myDataTable);
}
catch
{
// display some error message or something
}
or should ... more >>
Changing DEFAULT cursor to WAIT cursor in ASP
Posted by Tomas Kepic at 4/5/2005 10:57:05 AM
Hi,
how can I change default cursor to wait cursor in ASP?
In Windows-Based Applications I'm using:
Cursor.Current = System.Windows.Forms.Cursors.WaitCursor;
How can I use something similar in ASP?
Thanks, Tomas
... more >>
Strange Error
Posted by bijoy at 4/5/2005 10:50:42 AM
I have the C# web application running on 2 servers - dev and prod. Dev
runs Win2K and the prod runs Win 2K3.
I noticed some strange behavior on the 2k3 machine. When I copy over
all the required files from the 2k server to the 2k3 server, the
application works fine.
SOMETIMES, when I make a... more >>
aspx gives dns error, html works fine
Posted by stuurnaarhuis NO[at]SPAM yahoo.com at 4/5/2005 10:27:15 AM
Hi All,
I'm having trouble showing aspx pages to the outside world. When I
browse in my IIS6 Service Manager the page shows fine (also in a
separate IE on this machine) but as soon as I look on another machine
(within the network or outside on the internet) the page shows an
error 'cannot dis... more >>
Dropdown selectedindexchanged event firing when submit button clic
Posted by Chris Lane at 4/5/2005 10:07:03 AM
Hi,
I have a web control button that I use for submitting a form, for some
reason this causes a dropdownlist web control I have in a panel at the top of
the form to execute it's selected index changed event even though on this
postback that value hasn't been changed. I believe viewstate an... more >>
VS Authentication (mixed mode)
Posted by tripwater at 4/5/2005 9:50:11 AM
Hello, I am currently trying to learn VS, using C#. I have a book called
Beginning C# Databases. I am using sqlserver and the first half of the book
deals with windows apps. So it uses the windows authentication. Well now it
is at the web form section and I can not connect this way now because it... more >>
Can ASP.NET 2.0 Result in Semantically Correct Markup?
Posted by clintonG at 4/5/2005 9:48:23 AM
I've delved in to CSS-2 positioning and semantically correct markup. I'm
starting to seriously doubt the value of adopting semantically correct
markup in favor of the crippled implementation using tables as data
structures for everything.
Granted ASP.NET 1.1 is a lost cause but what of the ... more >>
CompareValidator not firing
Posted by MattB at 4/5/2005 9:46:34 AM
I have a page that has gone through a lot of editing. It has many text
box and validator controls, and one compare validator just isn't working.
I have the control to validate set, and control to compare set, and the
page just behaves like the validator isn't there.
Can anyone give me any idea... more >>
Which event?
Posted by Steve Schroeder at 4/5/2005 9:42:18 AM
I have a working form/datagrid/search page working...was trying allow the
user to enter search criteria in a textbox, hit enter, and fire off the same
event my command button runs.
How might I do that? There doesn't seem to be an obvious event tied to the
textbox or form that this would go.
... more >>
System.NullReferenceException: Object variable or With block varia
Posted by Sandy at 4/5/2005 9:39:16 AM
Hello -
I don't know if it's possible or not, but I am trying to bind data from a
Sql Server DB to the header in a datalist. I received the above error
message.
First, is it possible to bind data from a DB to the header and if so, what
could be causing the error message?
Alternativel... more >>
Preventing some characters as input in textbox
Posted by Lars Netzel at 4/5/2005 9:14:30 AM
Hi
How do I on the client, when a user enters a letter into a field that is
supposed to only accept numbers to not enter the letter... that means
nothing really happens unless it's a number.
I asume this is made with javascript and I have added an onkeypress
attribute in my page load on... more >>
Converting W2K3 Website to XP Vdirs
Posted by MattC at 4/5/2005 9:12:02 AM
I have been given several projects to make ammendments to, from what I can
gather the original structure was something similar to this:
WebsiteA
Project file
Sln file
WebsiteB
Project file
Sln file
WebsiteC
Project file
Sln file
WebsiteAdmin
Project file
... more >>
DataView.RowFilter issue.
Posted by Jensen bredal at 4/5/2005 9:00:39 AM
Hello,
I use The RowFilter property to select number of row from my dataview.
How can i get the number of rows found ?
I experience that the number of rows remains the same as before the filter
was applyied if there i no match for the filter.
Any comment will be highly appreciated.
... more >>
Q: dataset not filled in
Posted by JIM.H. at 4/5/2005 8:59:01 AM
Thanks for the reply, my dataset seems not filled in after
sqlDataAdapter1.Fill(dataSet11);. I am using the same connection string in my
other application and works fine there, I am reading it from web.config. How
can I check adapter, if it is working properly, or what else should I ceheck?... more >>
Using Command object to avoid dynamic sql
Posted by Bob Barrows [MVP] at 4/5/2005 8:53:53 AM
http://groups-beta.google.com/group/microsoft.public.vi.general/msg/0c76ae56f800dd59
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is
my spam trap, so I don't check it very often. You will get a quicker
response by posting to the ne... more >>
Working with cookies
Posted by Pete Davis at 4/5/2005 8:48:19 AM
I've never done anything with cookies. What I'm trying to do is very
straight-forward, but for some reason, it just doesn't seem to want to work.
I have a helper class with some static methods. Two are for setting and
getting the name of the user to/from a cookie:
public static string GetSiteU... more >>
Forms authentication problem on SBS
Posted by TomislaW at 4/5/2005 8:26:19 AM
I have application that use forms authentication,
I have login form and second form that do something and everything works on
my test pc (winxp).But when I move this application on server (SBS win2k3) I
only get login form and when I log in I am not redirected to second form.
Does anyone k... more >>
Problem with controlling visibility of linkbutton
Posted by Manny Chohan at 4/5/2005 8:11:07 AM
Hi Guys, i have the following linkbutton with visibility conditionally
controlled from codebehind:
<asp:LinkButton id="test" style="Z-INDEX: 101; LEFT: 464px; POSITION:
absolute; TOP: 160px" runat="server" Visible="<%# boolVisible
%>">LinkButton</asp:LinkButton>
In Codebehind:
Public bo... more >>
Page.RegisterStartupScript method not found
Posted by jef at 4/5/2005 7:56:01 AM
Experienced programmer but new to Web development and ASP.NET. I'm
attempting to implement a popup window by way of using the
Page.RegisterStartupScript method in my VB code-behind logic (in a
button click event). However, the RegisterStartupScript method doesn't
show up as a valid method (nei... more >>
regarding polling through thread
Posted by amit kumar via .NET 247 at 4/5/2005 6:56:38 AM
(Type your message here)
--------------------------------
From: amit kumar
hi all
well i have a problem=2E I am making a web app in asp=2Enet=
of load balancing=2E I have to create a thread which continuosuly=
poll my servers where i shuld create this thread in my app=2E coz=
... more >>
int session variable
Posted by JIM.H. at 4/5/2005 6:55:07 AM
Hello,
int myID=(int)Session["myID"];
this gives invalid cast.
myID is a int value and I kept it as a session variable and trying to read
it as int again. Can I keep int as a session variable?
Thanks,
Jim.
... more >>
DropDownList Problem
Posted by bernardpace NO[at]SPAM yahoo.com at 4/5/2005 6:49:24 AM
Hi,
I am using a DropDownList and populating with items. One of the items
is set as blank("").
I need to check that the items selected from this DropDownList is not
that value but another one.
I am using the following code:
string result =DropDownList.SelectedItem.Text;
The value of th... more >>
cookie textbox value problems
Posted by Justin Morris via DotNetMonster.com at 4/5/2005 6:49:12 AM
<asp:TextBox ID="TextBox1" runat="server" value='<%=Server.HtmlEncode
(Request.Cookies("Username")("Username"))%>'/>
<input name="Password" type="text" id="Password" value='<%
=Server.HtmlEncode(Request.Cookies("Username")("Username"))%>'>
i have created a cookie and want to use it with... more >>
DataGrid Empty rows
Posted by Baren at 4/5/2005 5:59:03 AM
Hi!
I am developing a web project using ASP.NET and VB.NET as code behind. In
one page the user attaches files to the list. The same data is shown in the
and the max records visible is 4. Now the problem is I need to show 4 empty
rows in the datagrid before binding the datagrid to the data... more >>
Adding row at runtime
Posted by vikram at 4/5/2005 5:42:27 AM
How to add row (<tr>) element in html table at runtime
using javascript.... more >>
How to ignore Eventhandler
Posted by Parmesh via DotNetMonster.com at 4/5/2005 5:30:56 AM
After some condition is fulfilled ,I would like to ignore the eventhandler
for say Button click ,etc etc
How can I achieve it !!1
--
Message posted via http://www.dotnetmonster.com... more >>
client side and server side with datagrid
Posted by nurit at 4/5/2005 5:21:51 AM
hi,
My program is going like that:
-choose criteria from dropdownlist
-press on submit bottun
-the results are display in datagrid
Now, here is the problem:
i need to display 4 different datagrids but i only have one on my aspx
file.
i tried to build a dynamic datagrid but couldn't fin... more >>
Folder Permissions for File Upload
Posted by Jay at 4/5/2005 4:53:05 AM
This has to do with uploading files to a folder on the web server.
In http://support.microsoft.com/kb/323246
it indicates that the permissions on the folder you are uploading to should
be set on user MachineName\ASPNET. This does not work for me on our
production server. It does on my dev... more >>
Event fails to fire first time in dynamically loaded user control(
Posted by Steve Booth at 4/5/2005 4:45:07 AM
I have a web form with a button and a placeholder, the button adds a user
control to the placeholder (and removes any existing controls). The user
control contains a single button. I have done all the usual stuff of
recreating the usercontrol in the Page Init event.
The 'failure' sequence ... more >>
No CSS on login-page
Posted by andreas.halleraker NO[at]SPAM gmail.com at 4/5/2005 3:33:30 AM
I have a simple login.aspx and a default.aspx. Both have the same css
in the head, but IE only use it on the Default page. When i save the
output from login.aspx as a static html file, the css works perfectly.
Why does IE bother with the page being static or not? Im totally
confused...... more >>
validation on items of radiobuttonlist in jsp
Posted by rishi pariahr via .NET 247 at 4/5/2005 2:36:47 AM
how to make validation on items of radiobuttonlist for checked or not in jsp,when these items are populated from database.
--------------------------------
From: rishi pariahr
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>iAzUQYcRx0G8sLBn8rhVjg==<... more >>
Can HMTLInputFile textfield be readonly?
Posted by ML at 4/5/2005 2:25:03 AM
Hi NG!
I have this problem:
On an .aspx page an HTMLInputFile control allows the user to upload a file
from the local harddrive to the webserver. However, when the user has browsed
to a valid file, it is possible for him to change the path in the textbox
AFTERWARDS, to something invalid.... more >>
Submit click
Posted by pritesh patel via .NET 247 at 4/5/2005 1:25:04 AM
hello friends
From: pritesh patel
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>G/fL5gTqUkeOqDicHQD1pw==</Id>... more >>
|