all groups > asp.net > may 2005 > threads for saturday may 14
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
HOWTO: display database without refresh web page to query database
Posted by SS at 5/14/2005 10:18:02 PM
Hi,
I don't want to refresh a web page to query and display database.
I want the page shows information immediately when database changes.
What kind of technology or method would be able to perform this action?
Sean... more >>
Friend & Protected keywords
Posted by dw at 5/14/2005 9:14:40 PM
Hi, everyone. I'm having difficulty understanding the difference of the
keywords "friend" and "protected" vs. some of the other ways you can declare
variables in ASP.NET ("dim", "public", and "static"). Can someone provide an
example of where you'd use these keywords? Sorry for the newbie ques... more >>
DropDownList: SelectedItem is always top item
Posted by Sam C at 5/14/2005 6:55:00 PM
Hi,
I have an ASP.Net page which has a DropDownList on it. The DDL is populated
via a method which is called from the Page_Load if IsPostBack = False.
When the form is submitted the SelectedItem of the DDL (as retrieved from
any of the supplied methods) is always the top item regardless o... more >>
DIV Question ?
Posted by Stan Sainte-Rose at 5/14/2005 6:41:38 PM
Hi,
How to remove the div tag that VS adds.
This div seems to wrap the viewstate variable :
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwULLTEwMDUyNjYzMjhkZPaLtX/KEmygoeFARPC9zkhTTeTP" />
</div>
I usually use div for designing my webpage like this :
....
... more >>
Are there any ASP.NET 2.0 newsgroups available through Outlook Express (not web based)?
Posted by Jacobus Terhorst at 5/14/2005 5:52:56 PM
Are there any ASP.NET 2.0 newsgroups available through Outlook Express (not
web based)?
... more >>
Composite Controls, eventhandlers and knowing which control caused postback
Posted by Martin at 5/14/2005 5:34:45 PM
Hi,
I have created a composite control that has a number of standard asp.net
controls on it that can themselves cause postbacks.
What i need to do in my composite control is to determine which consituent
control caused a postback.
for example a have a consituent controls with two buttons on... more >>
Error: URI formats are not supported
Posted by VB Programmer at 5/14/2005 5:05:47 PM
On this line of code:
objStreamReader = File.OpenText(FILENAME)
I get this error:
URI formats are not supported.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it ori... more >>
Asp Hyperlink and Datalist Question
Posted by Leon at 5/14/2005 4:37:55 PM
What Am I Doing Wrong? Code Will Not Run, I Can't See The Error! Thanks.
<asp:datalist id="DataList1" runat="server"
RepeatColumns="4">
<ItemTemplate>
<asp:HyperLink
id=HyperLink1
ImageUrl= '<%# String.Format("Toyota/Images/Showroom/" &
Container.DataItem("PathToDisp... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
exporting crystal report to Excel
Posted by Mustufa Baig at 5/14/2005 2:49:49 PM
Hi everybody,
I have an ASP.NET website where clients can view their monthly billings by
selecting different options. One of the option is the way they want to see
the report i.e. whether they want to see it in PDF or EXCEL etc etc.....
What I am trying to acheive is depending on their choice ... more >>
SQL Server DB, Home Page with multiple user controls
Posted by Nick at 5/14/2005 1:57:02 PM
Hi,
I am working on an eCommerce site, and the home page is split into multiple
sections (user controls), whose data is provided from the database.
Potentially this page will be cached, but its not a user story yet, but I am
still curious to know how people might render the page on the serv... more >>
Opinion: SS2005 & VS2003
Posted by Tina at 5/14/2005 11:53:02 AM
Is it safe and productive now for production applications to be developed
using SQL Server 2005 and VS 2003? Are they "ready for prime time?"
Thanks,
T
... more >>
Request bound to a Session?
Posted by Andreas Zita at 5/14/2005 11:18:33 AM
Hi
Is a Request bound to a certain Session or are they independent of each
other?
If they are bound, how can I know to what Session?
/Andreas Zita
... more >>
"Stream was not readable" error when deserializing object from viewstate
Posted by ce at 5/14/2005 10:44:32 AM
Being a newbie regarding serialization and memorystreams, I was trying to
see if i could improve page performance (avoiding going to the db on a
postback) by saving my serialized business object in viewstate and getting
it back from the client on a postback. But the last line of the sample cod... more >>
Dynamically setting the target frame
Posted by Steve Harrison at 5/14/2005 10:23:46 AM
I have a simple ASP page with two buttons. When the first button is pressed
I want to update a label on the same page, but when the other button is
pressed I want to display a new page, and show it in a different frame.
I can't find a way of setting the target frame dynamically - any ideas?
... more >>
EditCommandColumn not genereting correct events
Posted by Jaime at 5/14/2005 9:34:06 AM
Hi all,
I have a datagrid with 2 databound columns and one EditCommandColumn, now
when I press the edit link, the correct OnEditCommand event is generated and
my user defined function is called (I'm sepcifying the name of the function
in the datagrid OnEditCommand="OnEdit"). Now the problem... more >>
Problem with UrlMappings
Posted by Peter Larsson at 5/14/2005 3:09:56 AM
I'm testing the 2.0 Beta, I'm using Visual Web Developer Express
Edition, running on windows 2000 server.
When I run my site with the built in web-server the UrlMappings work
great, but when I run them in IIS they only give me 404:s.
<system.web>
<urlMappings enabled="true">
... more >>
asp.net:listbox accessing values
Posted by undercups at 5/14/2005 2:26:11 AM
his is a hybrid problem i.e. the answer lies either in javascript or
vb.net so forgive me if this is the wrong group.
I have this javascript:
function moveItems(fromItem, toItem)
// Moves selected items from one ListBox to another.
{
var NoofItems = fromItem.options.length
for (i=0; ... more >>
link text box to datasource
Posted by John M at 5/14/2005 12:30:48 AM
Hello,
Is there any way to link a "textbox" element, that is on the aspx page, to a
field on database ?
Need sample code, please.
Thanks :)
... more >>
style sheet and @import
Posted by Stan Sainte-Rose at 5/14/2005 12:18:02 AM
Hi,
I m trying to use the Visual Web Developper 2005 Express Edition Beta and I
have a question about the style sheet.
I use to use this syntax with my asp code
<style type="text/css" media="all">
@import url('css/usercss.css');
</style>
It works with VWDE but when I work use the Desi... more >>
|