all groups > asp.net > august 2003 > threads for saturday august 16
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
Strange Problem!!!
Posted by Dinesh Upare at 8/16/2003 11:00:22 PM
I am facing a strange problem.
I am using a existing Vb6.0 MTS component,hence i have created a service
component in C# and using wrapper of MTS component.
I created 2 projects and using my service component , they are running fine.
but now if i try to create a new project and try to use this ... more >>
Publishing Project From LocalHost To Windows Server 2003
Posted by Robbo at 8/16/2003 7:30:50 PM
I recentlly finished a 4 page asp.net app in Visual Studio 2002. Works
great on Localhost running windows XP. I move the files to
Windows Server 2003 where they will hopefully run, and get errors.
The one I traced was the " inherits " statement at the top of the
default.aspx page.
it ha... more >>
urgent please : treeview control expand collapse
Posted by Gönen EREN at 8/16/2003 4:25:09 PM
how can i collapse or expand a node of treeview control programmaticly?
thanks.
... more >>
All messages in the newsgroup.
Posted by Onur Bozkurt at 8/16/2003 3:30:20 PM
Hi. Does anybody downloaded all the messages in the newsgroup (with
bodies)..?
I need them to read offline. But my connection speed is too slow. The format
isn't important. They can be in Outlook Express or some other news
program....
... more >>
Datalist Display problem
Posted by Roberto López at 8/16/2003 2:03:10 PM
Hello all,
I have a page that in the top display a tree with Folders and Images into
the folders.
When the user click in a image, in the botton of the page i load the Image
properties into a DIV tag setting the "Visible" property to "True" and works
fine.
But when the user clicks in a folder, ... more >>
how to implement a simple site search
Posted by Mark Kamoski at 8/16/2003 11:59:21 AM
Hi--
Please help.
How can one implement a simple site search for an ASP.NET site that
consists of ASPX and ASCX content pages?
I have a small site (of less than 100 content pages). The content pages are
of type ASPX and ASCX.
I know that one way is to simply put the context text into... more >>
Web user controls use there own css file?
Posted by Arjen at 8/16/2003 11:58:52 AM
Hello,
I have some web user controls that use some style sheets for them self.
Now what is the best way?
- Add everything in one css file?
- Or create a css file for each web user control?
If I choose the last option, how can I add the "<link href..." code inside
the head of the page from ... more >>
Web Form Background color
Posted by Jerry J at 8/16/2003 11:43:37 AM
Is there a way to change the background color of a web
form on the server before it is posted? In the pageLoad
event I can do it to server controls by adding an
attribute, however, how do I do the same for the page's
background color?
Should be simple I think?
Jerry J... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Would like to learn asp.net, ado.net
Posted by MS Office Guy at 8/16/2003 9:24:22 AM
Hello. I am looking for some individual tutoring on ASP.Net and ADO.Net, in
conjunction with reading/writing to an Access database. Ideally, I would
like to get a "hello world" database up and running. I have learned a bit
about each of these technologies through reading, although I am finding it... more >>
Network Service Permissions on Temporary ASP.Net Files?
Posted by Rick Strahl [MVP] at 8/16/2003 8:47:39 AM
I'm having problems with installation of a Web app on my Win 2003 server.
I copy up the app configure the virtual. But when I access any ASPX pages I
now get:
CS0016: Could not write to output file
'd:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\company_mywebapp\e792b... more >>
"Access to performance data was denied.."
Posted by Craig Santoli at 8/16/2003 7:59:05 AM
"... to ASPNet as attempted from C:\WINNT\System32\WBEM\WinMgmt.exe."
This error keeps appearing in the Windows 2000 Server Event Viewer.
Any ideas on what's causing this or how to prevent it?
Thanks,
Craig Santoli
... more >>
Iterate through ArrayList using an another ArrayList
Posted by Saravanan Rathinavelu at 8/16/2003 7:26:59 AM
Let's say there is an ArrayList(s) A and B.
A has 1 column and 5 rows.
B has 10 columns and 10 rows, where column1 on both being
the same with additional rows in B.
Using ArrayList A need to loop through B and pull only
those exist on both ie., 5 rows out of B with 10 columns
and assign... more >>
problem with webRequest.method = post
Posted by skjagini NO[at]SPAM rediffmail.com at 8/16/2003 2:24:49 AM
------------------------------------------------------------------
<input type="hidden" name="__VIEWSTATE"
value="dDwtMTUzMzQ4ODY4ODs7Pleb3NLElxrFpPbkFWoEst9bdqIM" />
<span id="Label1" style="height:27px;width:764px;Z-INDEX: 101;
LEFT: 27px; POSITION: absolute; TOP: 110px">Label</span>
... more >>
Uploading
Posted by Arash at 8/16/2003 2:11:47 AM
Hi everybody,
I am interested to upload some local files from my computer to my site
and I want to choose them via a html page which is inside my web-site I
tryed WebClient Object but it answers awfully with so many problems with
server such as method not allowed and ...
Does anybody have a... more >>
|