all groups > asp.net > october 2006 > threads for sunday october 1
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
Errors TBH Starter Kit
Posted by Paulo at 10/1/2006 11:05:54 PM
Hi,
I have downloaded the final The Beer House VB source-code and I hit Ctrl+F5,
I receive a lot of errors, like that:
Error 1 c:\inetpub\wwwroot\TBH_Web\Controls\ProductListing.ascx.vb(6): error
ASPNET: Make sure that the class defined in this code file matches the
'inherits' attribute,... more >>
ASP 2.0 solution with addons
Posted by Dahab at 10/1/2006 10:22:14 PM
Hi,
We are planning to develope an ASP 2.0 solution where we have a basic
solution, and addons as modules that is installed either with the basic
solution or seperate. It must also include localization.
Does anyone have any suggestions on how to make a solution like this. Would
reflection be... more >>
Gridview Binding/Paging
Posted by AG at 10/1/2006 10:07:33 PM
ASP.NET 2.0, VS 2005
I have a gridview with paging enabled, bound to an objectdatasource.
Both were dropped on to the page and configured via the wizards.
Basically working as expected.
The gridview's databind method is apparently called when the page is loaded
as I have no code calling th... more >>
2.0: design of database application with transactions
Posted by RAM at 10/1/2006 8:58:40 PM
Hello,
(Sorry for my English...)
I am learning .NET 2.0 (C#, ASP.NET, ADO.NET etc.).
I need to write a database application (SQL Server) consisting of a number
of database transactions (like accounting system). Each of these
transactions has enty in menu, parameters screen (.aspx page), some ... more >>
How bind Calendar control to SQL Server database?
Posted by kai at 10/1/2006 8:47:23 PM
Hi,
I use ASP.NET 2.0 and SQL Server 2005. I try to create calendar control
which loads all the holidays from a SQL Server 2005 table, and on the
calendar , all the holidays will displayed. I saw some code on the Web hard
coded holidays, then populate on the calendar. Is it possible to do ... more >>
Session vs QueryString
Posted by dbarker1 NO[at]SPAM progressive.com at 10/1/2006 7:52:27 PM
This may be a can of worms but I wanted to throw it out here. I am
gathering pros and cons for using querystring vs session variables for
passing row keys in a ASP.net application. I want to be as thorough as
possible so why not throw out this situation to the development
community. Thoughts ... more >>
Execute a sub function in gridview
Posted by Deere at 10/1/2006 6:55:09 PM
Keep in mind I'm an old guy who is learning .net.
In asp classic I had a trash can icon in my shopping cart that would
delete a record.
In trying to accomplish the same in gridview I've used a template
column serveral different ways to try and execute a sub function in my
code behind and in... more >>
Visual Studio 2005 ASP.net publishing of virtual directories
Posted by Angelo Cook at 10/1/2006 6:06:17 PM
how do you prevent the publishing of virtual directories in VS 2005.
I have been using VS2003 and developing websites for years. I have been
using virtual directories for images, icons, styles and scripts. Which in
dot net 1.1 and VS2003 when I copied or published my web sites the virtual
d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error line doesn't show in Visual Studio 2005 C# web project.
Posted by Tony at 10/1/2006 5:22:29 PM
In visual studio 2005, while debugging a new web project in C#, the error
line does not show up in the error dialog box. The actual error shows up
correctly, but it does not tell me what line it is on, and double clicking
on the error does not take me there. I am on a clean installation of
... more >>
Problem connecting to my database
Posted by Patrick F at 10/1/2006 4:25:01 PM
Hi, i have SQL Server 2005 and a database set that is called, myCompany
the problem is that i cant connect from my page to it,
here is from the web.config: ( i have got this connectionstring from my
sqldataobject on my page)
<add name="ConStr" connectionString="Data Source=localhost;Initial
... more >>
Format DataList
Posted by rn5a NO[at]SPAM rediffmail.com at 10/1/2006 2:18:27 PM
I am using a DataList control to display records from a database table.
The records are being rendered in a HTML table which is within the
DataList....something like this:
<form runat="server">
<asp:DataList ID="dlItem" AlternatingItemStyle-BackColor="lavender"
ItemStyle-BackColor="pink" runa... more >>
Browser.Crawler
Posted by Charles Zhang at 10/1/2006 12:40:46 PM
How can I get Request.Browser.Crawler to work correctly? Do I need to
update <browserCaps> section of the web configuration file? If yes,
where can I find something that cover all browsers and Crawlers? Thanks... more >>
Finalize sub
Posted by SalamElias at 10/1/2006 12:23:01 PM
I started to use the Finalize sub in aspax page, I put a break point on one
of the lines, hit run with debug, the pages dispalys without breaking on the
line.
2nd question, do we need to use the keyword "set" as normal vb to set an
object to nothing or it is enough todo the following
"myo... more >>
need locale hyperlink help filename
Posted by David Thielen at 10/1/2006 12:16:01 PM
Hi;
I have help html pages for each page of my ASP.NET webapp. So for the page
datasource.aspx, I have help\datasource.htm.
Bu what I want when the hyperlink is clicked, for it to look for the
following files in order (assuming I am running from the us):
help\datasource_en_US.htm
help\da... more >>
ImageButton, Repeater and ItemDataBound
Posted by RicercatoreSbadato at 10/1/2006 11:57:26 AM
I've put an ImageButton control in a repeater.
I've set the 'OnItemBound' event of the repeater.
Why when I click on the ImageButton it doesn't work?
What else I have to do ?
... more >>
Communication between client and server
Posted by Guy Cohen at 10/1/2006 10:30:55 AM
Hi all.
I develop a website that has an option to update hardware (via usb)
What is the best technology/method to communicate between the client and
server and still be safe.
The communication process includes asking the server several questions and
providing answers to it as well.
TIA... more >>
msmq articles
Posted by param NO[at]SPAM community.nospam at 10/1/2006 10:02:49 AM
Hi all,
Can someone point me to some good articles that step you through how to
setup MSMQ and then use asp.net to write to a queue. What would be nice
would also be writing a .net listener which monitors the queue and picks up
messages and processes them. I am a beginner with MSMQ
TIA! ... more >>
small shop asp.net deployment practices
Posted by jason NO[at]SPAM cyberpine.com at 10/1/2006 6:50:22 AM
In a small shop with 3 .net developers. What would typically be
considered a good deployment practice if there is a chance of
developers might be working on the same websites at the same time?
Do most developers work on the desktop and deploy individual sources
using xcopy compiling on the rem... more >>
session variables vs dynanic page design
Posted by jason NO[at]SPAM cyberpine.com at 10/1/2006 6:44:38 AM
I've seen a few designs where developers condition dynamic web control
on the same page, enabling/disabling/visible=true/false using viewstate
and postback information to drive what the page does vs. a building
static pages for possible outcomes that call each other.
In terms of ease of suppor... more >>
Create Table Rows in JavaScript
Posted by Barry at 10/1/2006 6:38:45 AM
Hi
does anyone know of some sample javascript code to create rows in a table
having Radio Buttons and Text.
TIA
Barry
... more >>
looking for investors (please excuse for non-specific post)
Posted by Andrey Koptyaev at 10/1/2006 6:27:14 AM
I am collector for fun dotcom domain bought on aftermarket auction and
now looking partners with good ideas, power and money. May be local
excellent
programmers know such peoples. I dont want resale my domain.
Please excuse me for bad english (I am from Russia) and maybe spam.
My list of do... more >>
<a href> & <asp:Hyperlink>
Posted by rn5a NO[at]SPAM rediffmail.com at 10/1/2006 5:49:53 AM
Consider the following code:
<script runat="server">
Sub Page_Load(obj As Object, ea As EventArgs)
Dim sqlReader As SqlDataReader
sqlReader = 'calling a function that returns SqlDataReader
dlCart.DataSource = sqlReader
dlCart.DataBind
End Sub
</s... more >>
Ajax and Iframes
Posted by Erik Cruz at 10/1/2006 5:34:22 AM
Hi.
I will start to migrate an asp.net 1.1 application to 2.0. This application
uses an Iframe that simply calls a method to update a field on my databse
every minute. In order to do this, I actually do a page refresh that runs my
method on the server side. how can I do this using Visual St... more >>
Personal lamborgini insurance.
Posted by gimilino02 NO[at]SPAM bonbon-dot-net.no-spam.invalid at 10/1/2006 5:23:23 AM
Hello my name is Bob and I wanted insurance my porshe, I think
aut
insurance rate it over her
discoun
car insurance this company, I'll fin abou
[url=http://yacht-insurance.freehostia.com/life-insurance/in-life-insurance.html]i
life insurance[/url]. As I say I have one transport and to me nee
... more >>
Use Request
Posted by rn5a NO[at]SPAM rediffmail.com at 10/1/2006 4:56:21 AM
I want to use the Request object within the <script> tag but outside
any subs/functions in an ASPX page...something like this (so that I can
use the variable strUserName in any other subs/functions so as to avoid
re-declaring it & re-assigning a value to it in every sub/function
within this page... more >>
PostBack twice for a button click?
Posted by pedestrian via DotNetMonster.com at 10/1/2006 3:26:36 AM
I have a simple VB ASP.NET 2.0 page with a Button and a Label.
The Label text is "0". For each click of the button (btnAdd), it should
increment the Label text by 1.
The code:
Protected Sub btnAdd_Click(...) Handles btnAdd.Click
Trace.Warn("Before add: " & lblCounter.Text)
lblCounter.Text ... more >>
label in footertemplate of datagrid
Posted by rn5a NO[at]SPAM rediffmail.com at 10/1/2006 2:59:53 AM
How can I place a Label control in the FooterTemplate of a DataList
control?
I tried this
<script runat="server">
Sub Page_Load(obj As Object, ea As EventArgs)
Dim dblTotal As Double
Dim sqlReader As SqlDataReader
dblTotal = 'calling a function which returns ... more >>
how can we break the line from the space between two words
Posted by kundan kumar at 10/1/2006 2:19:14 AM
hi,
i m developing one application in which i have to compare
two documents and collect the word which has the error. for that
purpose i need to break the line into words from the space between the
words.how can i do it.
... more >>
Data Feed architecture
Posted by MarkusJNZ NO[at]SPAM gmail.com at 10/1/2006 2:08:21 AM
Hi, we have some datafeeds which pull info from external sources.
Unfortunately, we have to use screen scraping as there are no XML
feeds. The data feeds are located in a variety of different
applications located on different servers. I have to design a new
architecture, I have a fair idea of ho... more >>
|