all groups > asp.net > january 2005 > threads for sunday january 2
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
Image and MemoryStream
Posted by Sam at 1/2/2005 10:27:17 PM
hi,
how to retrieve image file from database and display it on webform directly
using memorystream.
thanks,
... more >>
User Control Question
Posted by Roshawn Dawson at 1/2/2005 9:57:03 PM
Hi All,
I've decided to code a web user control that uses the ASP.NET Repeater
control to render the output. This web user control obtains its data
from a web service. If I were to use fragment caching (<%@ OutputCache
Duration="3600" %>) with this control, will it call the web service ea... more >>
What tools do you use to help design your asp.net apps?
Posted by cmay at 1/2/2005 9:55:02 PM
I am looking for something to help me with documenting / planning / designing
my asp.net applications.
Once in a while I try doing some UML in Visio, but it really feels like
overkill, espically when the application I am going ot be creating is only a
handfull of pages with limited number o... more >>
"Object reference not set to an instance of an object" problem
Posted by prince -=nore=- at 1/2/2005 9:25:36 PM
I have a page, where I'm retrieving a file location from a database and
outputting it's contents (HTML) onto a web page.
On the aspx page, I have referred to the code behind it using the line
below. This is where I'm getting the "Object reference not set to an
instance.." error
<% response.... more >>
Web Form Control not displayed !
Posted by Amjad at 1/2/2005 8:57:47 PM
Hi,
I created a new ASP.NET Web Form application and added to the project a Web
Form Button control and a Web Form Label control. Now when I try to view the
(.aspx) file in Browser, I could see the text in the Label Control but I
couldn't see the button at all! Does any one know where the pro... more >>
Issue with showModalDialog in asp.net
Posted by Suresh at 1/2/2005 8:57:45 PM
Hi,
I have a button and on click i am calling a script function to invoke a
dialog argument.
btnPopup.attributes.add("OnClick","showpopup();return false;")
Now the problem is that when i press "enter key" in my page(any where in my
parent page) i get my dialog window.
how to get rid of t... more >>
Have you seen this control?
Posted by Asha at 1/2/2005 7:21:01 PM
greetings...
i'm looking for ways or better yet a control which displays dynamic content
e.g.
in a table i would like to format my content to display 3 content on the
left side and next to it 2 content.
i could use a datalist and use its RepeatDirection="vertical".
but i'm having a groupin... more >>
read a text field from a new opened window
Posted by DaveF at 1/2/2005 6:04:38 PM
This does not work
document.forms[0].wipSubject.value =
self.opener.document.forms[0].txtSubject.value;
--
David
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
multi-pages app
Posted by pei_world at 1/2/2005 5:44:34 PM
I am trying to create a multi-pages app.
I have created a template(T) and three other content usercontrols(u).
how should I construct this structure?
it is like
T(u1) --take QueryString--> T(u2) -> T(u3)
thanks
... more >>
Validating user HTML input
Posted by Peter Morris [Air Software Ltd] at 1/2/2005 4:48:35 PM
Hi all
I want to allow users to enter HTML, but I want to ensure that
A) The HTML entered only contains a subset of html tags (a, img, div, etc)
and not certain other elements (html, body, script) etc.
B) The HTML is syntactically correct, so a <li> would have a corresponding
</li>, a <... more >>
ASP.net form and Javascript popup windows problem
Posted by tao lin at 1/2/2005 4:13:22 PM
Hi, all
I am using VS2003 under WinXP. My WebApp has a WebForm which has a html
form has some search condition textbox, once the user fill in the condition
and click submit button. My app will stay in the same WebForm but open a
popup window in the browser to show the search results.
So I ... more >>
session.abandon and clear cache
Posted by DC Gringo at 1/2/2005 2:17:07 PM
I have an app that I can't seem to clear out server resources with a button
onclick event:
The session variables seem to be disappearing properly, but the
aspnet_wp.exe process stays where it had been upon running a heavy data
query. At a normal standstill it's at about 30-40MB and even after... more >>
where are session variables stored on client
Posted by DC Gringo at 1/2/2005 1:10:11 PM
I was under the impression that when I create session variables such as
session("myVar1"), they get stored on the client in a cookie. When I look
in my Temporary Internet Files directory for the cookie, I don't see
anything. Am I looking in the right place? Here are my session state
settings,... more >>
asp.net client cert issue
Posted by Param R. at 1/2/2005 12:59:28 PM
Hi all, I have an aspx page that needs to call a remote website that is
protected by client cert authentication. I have installed the client cert
and set permissions for IIS_WPG as per
http://support.microsoft.com/default.aspx?scid=kb;en-us;817854. I then
exported the cert to a DER encoded f... more >>
Firefox and Javascript location problem
Posted by John at 1/2/2005 12:18:03 PM
I've been working on making my ASP.NET web apps compatible with Firefox (the
uplevel configs for web.config are a real help).
However, one really weird thing is a GotoAnchor() function I have (server
side), which injects javascript along the lines of:
location = '#buttons';
I use this s... more >>
Default button in webform
Posted by No one at 1/2/2005 6:33:20 AM
Is there a way to control which button in a webform is the default for
when a user hits the enter key? I need it to not be the first button,
which is what seems to happen now.
Thanks.... more >>
User controls
Posted by sara at 1/2/2005 3:21:02 AM
hi to all
i have web user control say c.ascx i load this control on aspx page only
when i fire some event how can i get property of this control when i fire
another events
thanks
... more >>
Deleting a vs.net 2003 project
Posted by Kenneth P at 1/2/2005 2:01:03 AM
Hi,
I need to know how to manually delete a project and all it's related files
in vs.net 2003, including IIS.
TIA
Kenneth P... more >>
object reference not set to an instance of an object
Posted by student at 1/2/2005 12:17:02 AM
Hello all, I have this problem in this code I am studying.
I'm getting this error saying that Server Error 'in
'/mcsdWebApps/Chapter5/DBruntime' Application.
Object reference not set to an instance of an object. It says the error is
on line 39 which is
Dim rowInsert As DataRow = dsContacts.... more >>
|