all groups > asp.net > april 2007 > threads for sunday april 22
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
Attempted to read or write protected memory.....
Posted by Badis at 4/22/2007 11:50:02 PM
Hi,
I'm using automation to produce word documents, and it's working fine in my
machine that have vs.net 2005 and office xp in it. BUT when I move my
application to another machine that have vs.net 2005 express edition with
office 97 I'm getting this error:
"Attempted to read or write prot... more >>
barcode printing?
Posted by patrickdrd at 4/22/2007 11:06:01 PM
Hi everyone!
Does anyone know how can I do barcode printing?
First of all, I know I have to write a client executable,
but how do I communicate with the thermal printer?
Using software the company I work for needs to buy like Seagull Bartender,
or some other label printing software or ca... more >>
server.transfer gives error but response.redirect works.
Posted by archana at 4/22/2007 10:56:20 PM
Hi all,
I am new to asp.net. I am trying to use server.transfer and
respnse.redirect.
When i nagivate to page using server.transfer on navigated page if i
click on refresh i am getting error. But this is not happening when i
use response.redirect.
On msdn i read thaat i may get unexpec... more >>
Using Readers for SQL queries in a loop, want to sort results in alphabetical VB.net
Posted by itfetish NO[at]SPAM gmail.com at 4/22/2007 10:37:54 PM
Ok heres my problem, I have a database which has a table in it that
has all the staff members who are currently signed out of hte office.
That has their staff ID, and the time they are out till etc, then
another database has the staff table in it, which matches the ID to
names.
I am trying to... more >>
Rebind Image Control's ImageURL on postback
Posted by wardemon at 4/22/2007 10:21:10 PM
Hi,
I have an image control which inside an ItemTemplate of a GridView
Control.
I've coded the ImageControl's ImageURL in "Source" to have a
dynamically filled-up value
ex: ImageURL = <%# FormatImageURL() %>
CodeBehind: private function FormatImageURL
{ DropdownlistControl.SelectedValue... more >>
More Problems with IIS
Posted by Chris at 4/22/2007 9:28:35 PM
I was having problems using my local IIS to display asp.net pages, or any
pages for that matter. I actually reinstalled IIS and then uninstalled the
..net framework and reinstalled it. All pages now work including my asp.net
pages sort of....... What I mean is the page now displays without a s... more >>
Validation Control question
Posted by fiefie.niles NO[at]SPAM gmail.com at 4/22/2007 5:10:48 PM
For a Password field I would like a Validation Control to make sure
the password contains alphanumeric and number and has 8 characters.
What Validation Control can I use for this purpose ?
Thank you.
... more >>
authentication
Posted by David at 4/22/2007 3:38:09 PM
Hi all,
Using C# .NET 1.1
Forms Authentication.
I have my site set up to be anonymous access, almost all the way through. I
have a login page, that when someone logs in, the site now has extra
features. I don't need to protect the directories using web.config or
anything, just to have... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems with IIS
Posted by Chris at 4/22/2007 3:22:51 PM
This is a bit of an IIS question but I am not sure if this is related to my
installation of VS Pro.
I usually use Visual Studio 2005, which has it's own built in web server. I
want to start using IIS. It is IIS 5 on XP Pro SP 2 and IE 7. However when I
type in either http://localhost/test.a... more >>
Dumb question
Posted by rdufour at 4/22/2007 2:46:23 PM
My web site needs to be localized, so did some googling and found out how to
do a page, So I have page Default.aspx that has controls that display the
localized text, and a threadcurrentculture set to say fr-CA. How do I pass
the value for the variable used to the following pages so that they ... more >>
Password field
Posted by fiefie.niles NO[at]SPAM gmail.com at 4/22/2007 2:26:22 PM
In ASP.Net I would like to create a text box that is a Password Field.
How do I do that ?
When I use the Textbox Field (from Toolbox - Standard), I did not find
anything there that can make it a password field.
When I use the Input (Password) Field (From Toolbox - HTML), in my
Submit command bu... more >>
creating website Alias and Database automatically from front end
Posted by iweb at 4/22/2007 12:36:00 PM
Hi,
How to create a website URL alias and related SQL Database automatically
from the front end using .NET?
I mean, our application has to have a control panel to design the above
without the necessity of going to SQL Server or IIS. Is this possible in .NET
or plain ASP3.0 using Javascri... more >>
Creating SQL Databases with Visual Express
Posted by Arturo at 4/22/2007 11:48:53 AM
I am trying to change a column's Identidy Specification to YES and I
cannot do so (the option is greyed). Does anyone know why and which
setting must I change to get this to work
Thanks,
Arturo
... more >>
Sitemap & duplicate URL's
Posted by James Page at 4/22/2007 10:48:02 AM
Does anyone know a way to allow duplicate URL's in a sitemap?
Here's my problem:
I'm designing (almost done) an online store with the following navigational
structure:
Home / Department / product listing / product detail.
Each department and product listing have unique pages but the pr... more >>
Secure data from form
Posted by michael12n NO[at]SPAM o2.pl at 4/22/2007 8:02:37 AM
How I can secure data from form in ASP.NET send between computer and
server. I want secure it some symetric algoritm (no using SSL
protocol).
... more >>
form.submit (javascript) and master pages
Posted by MonkeeX NO[at]SPAM gmail.com at 4/22/2007 7:47:23 AM
I am currently converting my web site to include master pages. I have
an image which when clicked on submits the form by using form.submit
in javascript.
As the form not longer exists in an asp:content page (i.e. the form is
in the master page) then how can I achieve the same result in a maste... more >>
code execution sequence
Posted by Eugene Anthony at 4/22/2007 6:35:53 AM
For the code bellow despite
Path.GetExtension(Eval("VideoPath").ToString()) == ".flv" the code does
not return "m" instead it returns "k". How do I solve the problem?
if (Path.GetExtension(Eval("VideoPath").ToString()) == ".flv")
{
return "m";
}
else
{
return "k"
}
Eugene Anth... more >>
encrypted connectionStrings web.config customErrors
Posted by rmgalante NO[at]SPAM yahoo.com at 4/22/2007 4:12:41 AM
I encrypted my connectionStrings section with the following command.
aspnet_regiis -pef "connectionStrings" "C:\Inetpub\wwwroot
\MyVirtualDirectory"
It worked and I can see that the connectionStrings section in the
web.config file has been encrypted. However, when I run the
application it f... more >>
Multiple Forms on page
Posted by Yehia A.Salam at 4/22/2007 12:00:00 AM
hello,
I have to deal with the weird limitation of asp.net, as I need to have
multiple forms on my page, well three at least actually, one for the login,
one for the search engine, and another one for a certain bulletin list,
however asp.net allows only one form per page with runat="server"... more >>
|