all groups > asp.net > february 2004 > threads for wednesday february 4
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
Name of virtual directory created by a setup project
Posted by Henrik Dahl at 2/4/2004 11:59:44 PM
Hello!
I've made a WebService which has the name MyWebService. Now I make a setup
project for it. The name of the setup project is MyWebServiceInstaller. The
default name for the virtual directory created by the setup program is
MyWebServiceInstaller but I would like it to be MyWebService. Is ... more >>
FormsAuthentication - Weird Behaviour
Posted by dotCore at 2/4/2004 11:15:40 PM
Hi,
I have VS2003.NET, XP Pro and SQL 2000. The .NET framework is 1.1 The
problem I am having with the source code is that I cannot authenticate any
user. The sproc returns the user name from database which also means that
the user should be authenticated. It runs the SetAuthCookie method with... more >>
Quick Start with ASP.NET
Posted by Hai Ly Hoang at 2/4/2004 10:17:48 PM
I want to learn aspnet. Which website i can start with ?
Thanks
... more >>
problem with UrlReferrer on first instance of home page
Posted by tony collier at 2/4/2004 9:59:28 PM
Hi
I have this declaration on most of my pages for the UrlReferrer.
String referrer=Request.UrlReferrer.ToString();
This works fine apart from when the user first visits the site on the home
page, which results in the following error
"Object reference not set to an instance of an... more >>
Cookies from ASP.NET app not persisting even when enabled!
Posted by Lee Wilkie at 2/4/2004 9:58:59 PM
Dear All,
I'm new to ASP.NET and have been developing a small app at work to test
Forms Authentication. When running on my development machine (using
http://localhost/TestApp/Login.aspx for example) everything works fine -
that is, a successful (authenticated) login grants access to other app ... more >>
ASP.NET deadlock
Posted by Kevin Jackson at 2/4/2004 9:44:52 PM
We are running our web application on ASP.NET 1.0.3705.288 and we are
receiving the following message about every 6 to 10 minutes....
aspnet_wp.exe (PID: 860) was recycled because it was suspected to be in a
deadlocked state. It did not send any responses for pending requests in the
last 180... more >>
double posting problem
Posted by Boban Dragojlovic at 2/4/2004 9:20:32 PM
I have a webform that shows a long list of customers (500 - 1000) to the
user.
At the top of the form are various filtering options, including a quick
search input box.
If you set any filters, you need to click on the 'Filter' button to apply
the filter. In that case the form posts... more >>
fail to connect to the database
Posted by Yoramo at 2/4/2004 8:59:40 PM
I'm getting the message:
Login failed for user 'myMachin\ASPNET'
i have run the "ASPNET_REGIIS -i " but it does not help
any suggestions?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web.Config Get Config settings at runtime.
Posted by Augustin Prasanna. J at 2/4/2004 8:56:07 PM
Hi
How do i access the settings defined in the web.config during runtime. GetConfig method is used to access the user defined sections. i would like to get the customErrors mode defined in the web.config from a code behind page. how do i achieve this
Thanks
Augustin... more >>
# in: <%# DataBinder.Eval(...)%>
Posted by Mark at 2/4/2004 8:26:08 PM
Hello
Can anyone explain what the "#" does in a DataGrid template column like
<%# DataBinder.Eval(Container, "DataItem.Phone") %
I don't see anything about it in the MSDN help
Thanks
Mar
... more >>
auto reload of a page
Posted by francois at 2/4/2004 7:51:12 PM
I have an aspx page that needs to reload itself every x seconds. X is a
parameter retrieve from the DB or the web.config file, just to point out
that it will not be hardcoded.
I need to refresh the page as the information displayed on that page is
highly dynamic and need to be refresed very of... more >>
ValidationSummary question
Posted by TruongLapVi at 2/4/2004 6:40:25 PM
Hi
I have an ASP.NET page with some validator control and 1 validationSummary.
It works. But I want this:
When the user input error text, the validation summary show dialog box, But
user would more pleasure if page focus the control which has error input.
How can I do this ?
Thanks s... more >>
ReadOnly Mode for WebForms
Posted by Patrick Spieler at 2/4/2004 6:26:22 PM
hello
is there an easy way to set the whole aspx-webform in a read-only mode?
i'm thinking about a generic solution via basepage which replace the
controls
on the fly (dropdown with label/literal) etc
ideas?
regards
pat
... more >>
Norton Firewall causes '0 bytes download' problem.
Posted by Al Cadalzo at 2/4/2004 6:03:02 PM
I have a web page that allows a user to download data by clicking on a link
button. I then use Aspose.Excel (v1.0.3705) to generate the file for
download and then
I call the "Save" method on the Aspose.Excel object to send it to the
Response object. One of our users has Norton Firewall install... more >>
.NET applet
Posted by dontspammenow NO[at]SPAM yahoo.com at 2/4/2004 5:48:00 PM
I have an ASP.NET application where end users essentially can do
database inquiries and minor updates. There are times; however, when
the end users have slow internet connections or no internet
connections at all; which creates a problem with our client/server
model.
I'd like to create the .... more >>
Re: How do I get a datatable as an array
Posted by ajaymehra at 2/4/2004 5:47:05 PM
Hi,
I have a function in a module specified as an ICollection, whic
basically creates a datatable with 2 columns and fills some data in it
Now from my main program - I want to get this datatable as an array.
I need to use the values in the datatable and create a dynami
table in my application ... more >>
Error using system.drawing
Posted by Carlos at 2/4/2004 5:33:30 PM
When I run this code in asp.net web page I get an error, any Ideas ?
Dim g As Graphics
Dim pn As New Pen(Color.Blue)
Dim pt1 As New Point(30, 30)
Dim pt2 As New Point(110, 100)
g.DrawLine(pn, pt1, pt2)
thanks
... more >>
Starting process from ASP.NET application
Posted by Holger (David) Wagner at 2/4/2004 5:26:06 PM
I'm trying to start a process from an ASP.NET Web application. The
reason I need this is to encapsulate a (unmanaged) DLL that sometimes
crashes. If I run this DLL directly with P/Invoke from within my ASP.NET
application, this sometimes crashes the whole IIS.
So the idea is to have a separate... more >>
Data Grouping for DataTable
Posted by James at 2/4/2004 5:12:37 PM
Hi,
Can anybody help?
Is there any way to group data in DataTable?
Thanks & Regards,
James
... more >>
How to clear the SmartNavigation position programatically?
Posted by Carl Mercier at 2/4/2004 5:08:20 PM
Hi,
I have a long form that post back to itself at different places. At the
very end, I have a button called "Next" that post back to itself again
but some panels are hidden and some others are shown to simulate a "Next
Page" effect. Since I have many controls that require post back, I ne... more >>
ASP And User Controls
Posted by Charles A. Lackman at 2/4/2004 5:03:33 PM
Hello,
I have created a User Control within Visual Studio and it contains a
button that allows the user to querry a database. I dynamically add
additional controls to the page based on the number of rows retured inside a
dataset. All works well, but I have noticed that the control is ren... more >>
migration...
Posted by Frank at 2/4/2004 4:36:05 PM
Where I can search migration tool for jsp?... more >>
Site template pointers required....
Posted by Paul Baker at 2/4/2004 4:32:50 PM
Hi,
Can someone point me in the right direction as I'm a relative novice
with .Net?
I'm creating an intranet site with the same basic structure for every
page (top & bottom bars, menu on left and content middle right) (done
with user controls.)
It's the content bit I'm having problem... more >>
Session End is executed in Postback
Posted by Kurt Biesemans at 2/4/2004 4:28:50 PM
Hi all,
In my Page_Load event I check if I have a dataset in SESSION. If not I fill
a local dataset via a webservice and I put it in the SESSION. When I get a
Postback on that page the SESSION is 'normally' loaded with the Dataset
BUT............IT IS NOT. The session object is empty.
So I ... more >>
Setting Focus on control after Validation
Posted by Vinod I at 2/4/2004 4:23:28 PM
Hi Team,
I am using validator controls. Please let me know how to set the focus back
to the control after validation.
Thanks in advance...
cheeeeeeeeers!!!
... more >>
Web development with VS 2003, ASP.NET and FrontPage
Posted by Marc at 2/4/2004 4:01:06 PM
I am creating a web site in VS 2003 using ASP.NET. Part of the web site is being ported from a FrontPage 2003 development effort that was basically HTML. What would be the most efficient way to transfer the HTML and put it in the VS 2003 ASP.NET project
Also, VS 2003 seems to lack some of the G... more >>
Display message for long running server logic
Posted by GB at 2/4/2004 3:56:07 PM
Okay, here is what I am trying to do
We have a dialog of windows that collects information for generation of a dynamic HTML report. The last page in the wizard dialog accepts all report options (in XML format) and calls a business tier object in the pageLoad event, which creates the HTML report f... more >>
Output username to html
Posted by mark.williams NO[at]SPAM eq.edu.au at 2/4/2004 3:34:55 PM
hi,
i'm trying to write out the currently logged on user with the
following code, however it doesn't write anything when run in the
browser.
any ideas?
thanks,
-----------------------------------------------------
public string test = "";
private void Page_Load(object sender, Sy... more >>
Dataset in Session state
Posted by Vik at 2/4/2004 3:21:15 PM
A dataset is saved in session state. Then the dataset is filled out with the
new records using a dataadapter. It appears then that the dataset saved in
session state contains the new records even without saving the updated
dataset.
Why does this happen? How can I preserve the dataset saved in ... more >>
Have you seen this situation?
Posted by Hai Nguyen at 2/4/2004 3:14:27 PM
Hi everyone
My web project runs on machine (local host) successfully. I deployed it on
development server and I met a lot of troubles. I need your solutions for
these
1> What is the best way to maintain my application?
Here what I did and I don't think this is a good way.
Everytime I want... more >>
Saving Session State
Posted by Slugsie at 2/4/2004 3:07:25 PM
I am writing a .Net web application that needs to save some state
information across web pages. I'm using Session.Item("<item name>") = <item
state> calls in my VB code so save the session information. It all works
fine on my development machine (XP Pro), but the session information seems
to be ... more >>
Which is best authentication method?
Posted by Ashish Kanoongo at 2/4/2004 2:47:56 PM
Let me know the best authentication method and why ? I am asking in =
ASP.NET using C#.
1. Windows Builtin authentication
2. Passport base authentication
3. Form Based Authentication
4. Default (IIS) Authentication
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus sy... more >>
.Net CLR exception 0x792c8101
Posted by Dmitry Kulshitsky at 2/4/2004 2:16:05 PM
Hi,
Does anybody know what can cause the aspnet_wp process crashes logging 3 events in the event log:
1. The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages fr... more >>
how can I used javascript for chaging values in TextBox
Posted by Anton_ml._Vahèiè at 2/4/2004 1:50:50 PM
Hi,
I have a typical textBox:
<form id=3D"Form1" method=3D"post" runat=3D"server">
<asp:TextBox id=3D"TextBox1" style=3D"Z-INDEX: 101; LEFT: 48px; =
POSITION: absolute; TOP: 24px" runat=3D"server">test</asp:TextBox>
</form>
How can I use javascript to change value of TextBox from test to... more >>
Set Width in DataGrid columns
Posted by Alberto at 2/4/2004 1:36:41 PM
I have a dataGrid control in an ascx module. The code is this:
gridUsers.DataSource = users.GetUsers();
gridUsers.DataBind();
As you can see, the GetUsers() method returns a DataSet object.
What I want is modify the widht of the columns. I have to do it in code
(because it's linke... more >>
DataGrid
Posted by Alberto at 2/4/2004 1:27:10 PM
I have a dataGrid control in an ascx module. The code is this:
gridUsers.DataSource = users.GetUsers();
gridUsers.DataBind();
As you can see, the GetUsers() method returns a DataSet object.
What I want is modify the widht of the columns. I have to do it in code
(because it's linke... more >>
get redirect url before login
Posted by feng at 2/4/2004 1:12:34 PM
My users who try to access a page before login are
redirected to my login page. Then after they successfully
login, my login page will redirect the user to the page
they intended to go through this line:
FormsAuthentication.RedirectFromLoginPage(strUserName,
False)
What I want now is t... more >>
Web Form Label Control
Posted by kfeller at 2/4/2004 1:11:09 PM
I've designed a Web Form that has a label control that I dynamically populate. I'm having an issue with this label control "over-writing" a table below it when I reshape the browser window or when the string gets too long. The text is wrapped, bringing it to the next line and overwriting what's on... more >>
newbie question
Posted by Auddog at 2/4/2004 1:00:08 PM
I'm wanting to write a help desk program for our company on our intranet.
I've done them before with php, but not asp.net. I was wondering if anyone
could tell me the best way for me to get a list of users from AD so that I
can place them in a drop down list. I've done some reading, but I'm ge... more >>
Two text boxes each with their own button
Posted by Greg at 2/4/2004 12:43:04 PM
I have a big problem. I have two text boxes each with their own own button.
Buton1 is for Textbox1 and Button2 is for Textbox2. Here's the problem, if
someone enters something into Textbox1, then enters something into Textbox2,
then hits their return key Button1 is called not Button2. This als... more >>
deploying and re-deploying ASP.Net applications
Posted by Tom N at 2/4/2004 12:41:08 PM
Here's is our configuration
..Net Framework 1.1, Windows 2000, AppCenter 200
Our developers use XCOPY to deploy to the AppCenter NLB cluster (obviously, to the node that is the controller
Scenario - they deploy Version 2.5 of Application "A" to the web server at 8AM. The application is now liv... more >>
Update server side asp variable in page behind code
Posted by Robert at 2/4/2004 12:41:05 PM
I have a User Control. Is it possible to define a variable in the User Control HTML like this
<
Dim strTem
%
and then use the page behind code in the Page_Load event to update this strTemp variable? VBScript please.... more >>
XY Graph Sample
Posted by Carlos at 2/4/2004 12:38:38 PM
I need to find a XY grpah sample to run in a asp.net web page
Does anyone know where I can find one
Thanks
... more >>
VS.NET 2003 Question
Posted by Jeremy at 2/4/2004 12:21:07 PM
I recently upgraded from VS.NET 2002 to VS.NET 2003 and I've noticed that when I work on projects the "modified" date on the start page doesn't change. It always stays the same (the original date I created the project). The 2002 version always updated the modified date correctly
Anybody else hav... more >>
Let login page protect all but one page.
Posted by feng at 2/4/2004 12:01:00 PM
Right now I have my login.aspx protects all the pages in
my web application. This is done through the following
configuration:
<authentication mode="Forms">
<forms name="MyWeb" path="/" loginUrl="Login.aspx"
protection="All" timeout="30">
</forms>
</authentication>
But now what I need... more >>
Re-creating an SQL server database to another MSDE server
Posted by NWx at 2/4/2004 11:49:49 AM
Hi,
I write an ASP,NET application who uses SQL Server (MSDE) as Back-end
I'm an experienced developer, but haven't used SQL server before and I need
some help.
Since I don't have full SQL server (but only MSDE), I don't have Enterprise
manager.
So I used Access XP (using an ADP file) to c... more >>
conditional data/table display
Posted by Steve Bywaters at 2/4/2004 11:41:03 AM
In conventional ASP, I would often conditionally display some rows of a
(data-loaded) table - for example, group headers/footers.
Simple to do...
In ASP.NET, with the use of DataGrid (etc), this would not seem to be
possible (?)
But if I continue to use my 'traditional' approach (ie condition... more >>
Accessing NetSDK MSDE instance installed by Net Framework with user/ password
Posted by NWx at 2/4/2004 11:37:40 AM
Hi,
I'm an old developer, but didn't used SQL Server or MSDE to much before.
I have NetSDK instance of MSDE installed on my PC by Net Framework SDK.
All quickstart samples access it using trusted connection.
However, I want to access it using user / password, but I have no idea what
is defa... more >>
CheckBox and Datagrid
Posted by Andre at 2/4/2004 11:26:57 AM
Hi,
I need some help with automatically generated checkbox in my datagrid,
i'm searching everywhere and can't find a way to do this.
In my datagrid i will always have more than one line, with one checkbox
on each line (each line is an option for our costumers).
But i want to :
... more >>
Problem With Page_Load
Posted by A.M at 2/4/2004 11:23:38 AM
Hi,
Why the Page_Load events always triggers twice?
Thanks,
Ali
... more >>
Is anyone operating their Site LIVE on cookieless mode???
Posted by .NET Follower at 2/4/2004 10:51:22 AM
--
Thanks and Regards,
Amit Agarwal
Software Programmer(.NET)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/2004
... more >>
SQLConnection SQL Command SQL DataAdapter
Posted by Biggie at 2/4/2004 10:49:56 AM
I'm using ASP.Net and SQL Server 2000.
1. I would like to use the SQL Server ADO.Net way to insert records to a
database.
2. I'm using a form that uses PAGE.ISPOSTBACK with textboxes to collect the
data and runs a insert record SUB routine
3. I then want to connect to the database use a command... more >>
Eventhandling in Page hierarchies, how does it really work ?
Posted by Claes Rådström at 2/4/2004 10:48:30 AM
Hi !
We have a base class that derives from System.Web.UI.Page
Alla our pages derives from it.
In our base class we want to have an access check, (own) , to verfy user
access to the derived page.
We want this in the base class so that the programmer cant forget to
implement it.
=> we want... more >>
buttons in datagrid ?
Posted by Dave Brown at 2/4/2004 10:41:35 AM
Is it possible to add buttons to cells in a windows forms datagrid and have
their caption reflect the bound data ?
rgds,
... more >>
Changing web.config: Rebuild project or copy file?
Posted by Chris at 2/4/2004 10:35:08 AM
If I change the web.config file in my application on Server A, and want to
push the changes to Server B, do I need to rebuild the project and copy the
new dll, or do I simply need to copy over the new web.config?
Thanks,
Chris
... more >>
How to handle Dynamic Controls within User Controls
Posted by Michael Ramey at 2/4/2004 10:21:58 AM
Howdy, I think I have a good question!
I'm creating a usercontrol, and within this usercontrol, I'm dynamically
creating controls (imagebuttons to be exact), that the user can click on
which will cause a postback to occur.
My problem is, I can't seem to be able to get the handlers to work wi... more >>
Page_Load
Posted by A.M at 2/4/2004 10:18:41 AM
Hi,
Why in the following page, word ABC is being appear twice?
Thanks,
Ali
<%@ Page %>
<HTML>
<HEAD>
<title>test</title>
<script language="vb" runat="server">
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
If Not Me.IsPo... more >>
Best strategy for all errors?
Posted by Marty McDonald at 2/4/2004 10:12:02 AM
Many of our apps are in production and they do not have proper error logging
in them - unhandled errors are seen by the users in the form of error
messages and stack traces. I know how to make apps handle their errors
(global.asax.cs "application_error" event, web.config "customErrors"
section,... more >>
SmartNavigation
Posted by Calvin Lai at 2/4/2004 10:04:41 AM
Does anyone know how to make this property as an application property?
i.e. I don't want to specify it on every page's header. I prefer set it once
and for all. Any way to do this? thanks.
... more >>
SSL
Posted by Harry Simpson at 2/4/2004 9:47:43 AM
Is there a way to create our own certificate for our intranet .NET app. How
are other web app developers handling selling a web app that will require
SSL on the target server for intrnet use. Rather than go through an
expensive 3rd party cert, i'd like to roll our own server cert for just
intra... more >>
Warning that Session about to Timeout
Posted by Harry Simpson at 2/4/2004 9:46:36 AM
Got a web app that keeps the 20 sec session timeout default. Only deal is
the user doesn't know the session timed out till they submit the page. On
one page that i actually don't care if it times out i have a meta tag that
refreshes at about 18 minutes so the screen never times out.
On the o... more >>
Customize DataGrid Header
Posted by Amy Snyder at 2/4/2004 9:12:42 AM
I have a datagrid where I incorporate paging and sorting. My datagrid
page mode is set to numeric.
Is there a way for me to customize this to display something like this
in the page header:
Page 1 of 20 Display 50 rows per page
The 1 would be in a text box that could be changed from... more >>
Downloading files with ie on a mac
Posted by WizyDig at 2/4/2004 9:12:41 AM
I'm having trouble getting a file to down load to the Mac running IE
with a file name we choose. We have tried all kinds of things including
changing the content type. The only thing that seems to work is to put
it in a link on a page and let them click the link. Any suggestions?
Wiz
**... more >>
XMLDocument.Load Progess
Posted by Dave Brown at 2/4/2004 8:59:43 AM
Hi All,
Is it possible to examine the progress of a XMLDocument.Load method ?
Sometimes my documents might be quite large so I want to give the user some
indication of the size and progress.
another question i have is re' datagrid i hope someone might be able to help
with, say i have the xm... more >>
Displaying a XML using XLS
Posted by Bernardo Gomes at 2/4/2004 8:56:07 AM
Hi all,
I´m having trouble doing the following:
I have a aspx page without any html in it, and, in the Page_Load, I call a component that returns me a XML, that I have to display in the browser. I do that by using:
response.write(xml.innerxml) --> Works perfectly ( the browser shows me ... more >>
Return Characters in Text boxes
Posted by brian at 2/4/2004 8:40:39 AM
I am building a form and need for the customer to be able
to enter a return character. Does ASP.NET have a control
that is similiar to the HTML TEXTAREA control? Or is
there another control that lets you type in data with
return characters?
Thanks... more >>
Configure framework security to start/stop service
Posted by Amil at 2/4/2004 6:34:43 AM
Don't answer this unless you know what you are talking about.
I want to use ServiceController in my code to start and stop a Windows
Service.
I do not want to use <impersonate> in my config file.
This means I must use the Framework Configuration to create Code Group and
Permissions.
I've a... more >>
C# and XML
Posted by C at 2/4/2004 4:31:06 AM
Hi,
I am new to .NET and especially C#.
I am looking for some sample code that involves looping through an XML Resultset in C# as I will be coding my Project in C# and XML.
Does anyone know any good sites that show such examples?
Thanks,
C.... more >>
store javascript value from window.open in session variable
Posted by Michelle Stone at 2/4/2004 4:01:07 AM
hi al
i have "variab1 = window.open ("a.aspx", "helloworld");
i do this inside a RegisterStartupScrict ("key", "<script language=javascript>******</script>"); where ***** is hte javascript comman
i need to access variab1 from some other forms (to close it from another link from the parent's pa... more >>
Font class, external font files question
Posted by Karl Hungus at 2/4/2004 3:32:15 AM
Is there a way to use truetype fonts not installed on the system, but
existing as a file on the server? For example, if I have a true type file in
the same directory as my aspx file, can I use that to replace this
constructor somehow:
Font fontBanner = new Font("verdana", 35, FontStyle.Regular... more >>
Enumarating through client's directory structure and upload multiple files to server
Posted by SharepointKida at 2/4/2004 3:21:07 AM
Hi
I am building an web based .NET Application which allows users to specify a directory location from it's machine, and when it press publish it uploads all the files and subfolders folders from that directory to server. I just want to know if there is any mathod in .net which allow me to browse ... more >>
Dynamically sized tabular display
Posted by teddysnips NO[at]SPAM hotmail.com at 2/4/2004 2:31:21 AM
ASP.NET
SQL Server 2k
Our clients need to output a pretty complicated Consignment/Delivery
Note from their system. It is in tabular form, but each row can have
a) a different number of columns, and b) cells of varying width and
height. I can mimic this in both Word and Access, and using eit... more >>
Accessing functions defined in Global.asax
Posted by anjali NO[at]SPAM panteq.com at 2/4/2004 1:53:17 AM
Hi,
I have defined a function in global.asax file. Could somebody please
tell me how i am supposed to call that function from the other files
of the same project.
Global.asax
public function getName() as String
dim name as string
name = "Abc"
return name
end function
myfile01.aspx
'Ho... more >>
window.open clears parent window
Posted by kennyg2482 NO[at]SPAM juno.com at 2/4/2004 1:39:52 AM
Hi:
I have a datagrid that builds a hyperling which uses javascript to
open a new window. The new window opens and displays fine, however,
the original window that has the grid, is now blank with only
"[object]" displayed in an otherwise empty window. To restore the
datagrid in that window, I... more >>
Repeater Vs Datagrid
Posted by Pums at 2/4/2004 1:11:06 AM
Hi All
For one page I want to implement sortng as well as paging. Curretly that page is using datagrid for data binding and sorting. Datagrid supports attributes like sortexpression and sort order to provide sorting very easily. is there any thing supported by repeater. Also for repeater I have on... more >>
Dynamicaly create javascript file and cache on client
Posted by moondaddy at 2/4/2004 12:12:38 AM
I want to dynamically create a JavaScript file and cache it on the client
for re-use. I know how to write javascript to a web page from the code
behind, but I don't know how to actually create a file such as
MyNewScript.js and then cache that on the client so all the pages of that
session can u... more >>
|