CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> NEWSGROUP > Microsoft News > microsoft.public.dotnet.framework.aspnet
 Post New
 TypeRepliesViewsDate
Threading issue
Hi there,

I posted this question earlier using a different subject line but after more
research I realized my original assessment was incorrect. I'm invoking
"System.Web.Se
 02811/11/2009 12:47:46 AM
Here's what one local employer requested to grant an interview...
The following exercise was sent to me by Mike Nelson of eduphoria.net
in
suburban Dallas as a condition for getting an interview. I told him I
would
need a purchase order for a we
 03611/10/2009 10:36:50 PM
Create and open Excel spreadsheet from ASP.NET
Hi all:

I found an earlier thread that showed creating an Excel file from ASP.NET,
pasted below and works great! However I set the code to create 3 columns and
25 data rows, and
 02311/10/2009 9:32:38 PM
How to pump messages on a worker thread
Hi there,

Can anyone fill me in on to how (manually) pump messages on a worker thread.
I'm calling a MSFT "ProcessAsync()" type of function which returns
immediately.
 02911/10/2009 9:30:41 PM
Server Application Unavailable
I am trying to setup my aspnet application on a local laptop (Win XP Pro)
and I am getting "Server Application Unavailable" in red when I try to start
my app. I looked in the ev
 01811/10/2009 9:08:38 PM
HttpFileCollection and HttpPostedFile
I realize I can use

Dim hpf As HttpPostedFile
hpf.SaveAs("c:\whereever\filename.xxx) to save a file.

But I need to pass the hpf.InputStream to a class and save the f
 02211/10/2009 7:58:39 PM
Getting unbound ListView data values
How do I retrieve the data values of a Datasource used in a ListView but are
not bound or displayed to any controls on the ListView?
Below is how I do that in the ItemDataBound event of the
 02111/10/2009 2:26:32 PM
a brand new query tool is out on beta, we need feedback, so you get a free copy


We at Nob Hill Software are working on a new query tool:

http://www.nobhillsoft.com/MarieAlix.aspx

You can read all about it on the above web page, but basically,
 01911/10/2009 9:18:17 AM
Ugly URLs when an ASP .NET MVC app is hosted in a virtual director
I am using Godaddy Deluxe hosting which allows me to host several websites in
a single hosting account. The main website is hosted in the root of the
hosting account and the rest of the we
 02011/10/2009 9:14:18 AM
Need to display a document into a protion of the aspx page
I need to have a secretary produce text that will be changed weekly for a
portion of one of my aspx pages.

That is, there would be an area with a border and scroll bars into which the
 02211/10/2009 7:55:25 AM
Run Remote App from Web Page
I need to be able to start an application on a client machine from a web
page. I am in a controlled corporate environment so modifying browser
security settings is not the issue although
 01911/10/2009 7:55:24 AM
Publishing with FTP or Front Page?
I started to sign up with a new web host service.

I have to select for Publishing either FTP or Front Page.

I am using VS2008 to develop and wonder which I should chose.
 01811/10/2009 7:55:22 AM
Ajax Toolkit: Setting value of literal control from a textbox in modal popu p
Hi

How can I set the value of a Literal control from a TextBox residing in a
Modal Popup? Preferably without refresh.

TextLiteral.Text = TextTextBox.Text in TextSaveButton_O
 02311/10/2009 7:55:22 AM
HTML Response to Web Service XML Request Message
So, we are developing a client that consumes 3rd-party web services
using the .NET Framework in the v2.0 (Add Web Reference..., i.e., non-
WCF) method, and we've run into a thorny issue. <
 02111/10/2009 7:55:21 AM
ReportViewer and MailMessage
This is a multi-part message in MIME format. ------=_NextPart_000_000C_01CA619B.34E860F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am using
 02611/10/2009 7:55:21 AM
Load a huge data into dropdown list
I Microsoft Access, using ODBC to load huge record (Claim number, about 300,
000 rows) to combo box is fast.
I try to load the same amount of claim number into ASP.NET dropdown list but
 02111/10/2009 7:55:15 AM
Timezone RSS feed

Hi All,

Is there any RSS feed that provides the updated Timezone details for
all countries.

Thanks in Advance
 02611/10/2009 7:55:11 AM
Group data in GridView
How to group data in grid view

Vijay chandar
 01911/10/2009 7:55:09 AM
How to Debug ASP.NET Errors?
I have an ASP.NET website and I just added a new, stand-alone page at
~/Test/Test.aspx.

When I rebuild, I get eight errors:

c:\...\App_Web_6eyyotrv.0.cs(225,16): error CS15
 02611/10/2009 7:55:07 AM
how to change the application's trust level?
We are developing an application in ASP.NET (Ms visual studio 2008 - .net
framework 2.0). There are 4 developers involved in this project and they will
work separate nodes. The application
 02111/10/2009 7:55:06 AM
The Application attempted to perform an operation not allowed
We are developing an application in ASP.NET (Ms visual studio 2008 - .net
framework 2.0). There are 4 developers involved in this project and they will
work separate nodes. The application
 02511/10/2009 7:55:06 AM
Trolling a site for data
I was trying to find a way to troll/poll/scrape a site for data.
Unfortunately the site uses AJAX with .asp which I have never worked with
before. If this site used php, lasso or the like it
 02811/10/2009 7:55:05 AM
Incorrect Syntax Near... Error Message
Hi,

When I execute the code below, I get an error message
"Incorrect syntax near usp_Has_Access".

Shared DefaultDBConn As String = ConfigurationManager.Conn
 01911/10/2009 7:55:03 AM
Calling Events from web page
Could someone please help: I'm trying to understand how you would call
these two events from a web page. AnonymousIdentification_Creating and
Profile_MigrateAnonymous. The Author of the b
 02711/10/2009 7:55:03 AM
How to get Country and City by IP Address
How can I cet City and Country name by IP Address in ASP.NET. I need C# or
VB Code.
Is there any component or web service which have this feature?


 02211/10/2009 7:55:02 AM
Jquery click checkbox
Is there a way to use JQuery to select a checkbox in a GridView object?

You can use it to select rows or highlight rows.

But I am trying to Select a GridRow that I can handle in
 02511/10/2009 7:54:58 AM
Give me some standards for creating an Advanced ASP.NET Application
Hi,
I'm new to asp.net. Can anyone specify some standards for creating an
Advanced Web Application(Such as ERP) using ASP.NET 3.5 and SQL Server 2008.
(Eg. Textbox must be named as tx
 02011/10/2009 7:54:58 AM
Need asp.net controls free
Hi,
I'm currently creating an ERP Application using ASP.NET an SQLServer. I need
some controls other than available in Visual studio. Where can I get it.

 02211/10/2009 7:54:57 AM
Question on calling system events
Could someone please help: I'm trying to understand how you would call
these two events from a web page. AnonymousIdentification_Creating and
Profile_MigrateAnonymous. The Author of the
 03111/10/2009 7:54:57 AM
Prohibiting access to web service resources?
I want to build my first web service and I need to know more
about security.
(I already posted to
microsoft.public.dotnet.framework.aspnet.security with no
response).

 02411/10/2009 7:54:49 AM
Thumbnail Image Grainy
I found this link to create a thumbnail image.
http://forums.asp.net/t/739822.aspx

But the thumbnail image looks grainy.
If I take the same image, resample it in corel photopaint
 03111/10/2009 7:54:44 AM
Saving list<> across postbacks
I have a page that is using a List collection (list<>) and I want to save it
across postbacks.

I tried adding it to my ViewState but get an error:

Type 'AutoUPS.Clien
 02611/10/2009 7:54:43 AM
Problem in getting files in a directory
Hi,

We are getting "Out of Memory" exception while using Directory.GetFiles()
method if there are large number of files present in the directory on which
the method is
 02311/10/2009 7:54:38 AM
WebException when instantiating XPathDocument
I am experiencing a strange problem. In my page I do the following:

public string Transform(string xmlfile, string xsltfile)
{
if (xmlfile != null && xsltfile != n
 01611/10/2009 7:54:37 AM
ASP.NET DataList control call rdlc Reportviewer report
Hello Community

I have an web application and I am using a DataList control. When a row
in the DataList control is selected I want to populate the rdlc Reportviewer
report.
 02211/10/2009 7:54:33 AM
Multi-lined appsettings value in web config
This is a multi-part message in MIME format.

------=_NextPart_000_0006_01CA5E22.A385E2C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding:
 01511/10/2009 7:54:32 AM
Age expires
Hi.

Can someone explain how cacheing in browser works?

YSlow shows there is no Age Expires on my JS and graphics files. But
Firebug when I hit the page for 2nd and next ti
 02211/10/2009 7:54:31 AM
GridView edit mode issue
I have a GridView bound to a DataSource. The GridView only has 1 column that can be edited. If I click on the Edit LinkButton on a row with data in the editable column then the RowDatabound event
 03011/10/2009 7:54:27 AM
ASP.NET control with level AAA accessibility compliance
Hello,

I am reposting this question due lack of answers. Does any one know any
ASP.NET calendar control that is level AAA accessible
(http://www.w3.org/TR/WCAG/)? If not AAA, at
 01911/10/2009 7:54:26 AM
access db via asp.net

I'd greatly appreciate suggestions on a better method for cursing through
access database tables or why I'm getting the following error at
oleConnection.Open().

Do I need an od
 41072/6/2008 8:11:03 PM
sending two parameters over to another page
I want to send Titleid and [descriptions] over to the other page how
do I do this? I know how to send one how do I add another?

Response.Redirect("checkoutItem.aspx?TitleID=" &
Grid
 1832/6/2008 8:10:00 PM
DatagGrid Cascade Style Sheet CSS
Hi,

I want to use CSS StyleSheet for datagrid in my web page.
The code is given below,

ASPX code:

BackColor
 2872/6/2008 8:00:45 PM
GridView Show Header
Hi,

I am using GridView in my web form and binding DataTable in code
behind file as given below.

gvUsersList.DataSource = dtUserList;
gvUsersList.DataBind();

If no
 21532/6/2008 7:51:02 PM
code behind not seeing a label
I have the following code in the aspx



that is inside a datagrid, itemtemplate

the vb code behind

Me.lblRightWrong.te
 2852/6/2008 7:50:51 PM
format
I have this

131.988

I want
132

how can I accomplish this?


 3862/6/2008 7:34:06 PM
<embed> tag no longer supported! what to use instead?
I am trying to embed mp3 files in a web page by using the tag. Every
time I save the page I get xhtml validation(): embed tag no longer
supported. When I run the page... I get nothin
 1882/6/2008 7:02:39 PM
Logging Application Block Not Writing to Vista Event Log

Running Vista x64. Visual Studio 2008 Web Application Project.

I installed Enterprise Library 3.1, built it, and modified the
web.config. I want to log everything to a text file, and
 01052/6/2008 6:59:17 PM
Confused about writing Page Events in C# ASP.NET
So by default the editor only throws in "protected void Page_Load"
event.
What is the correct way to add in other events.

I had in the past copied the events from other pages where I
 43432/6/2008 6:46:47 PM
Enhancing Membership system
Hi all,

I have looked for groups pertaining to membership but there appears to be
none.

I am working on a CMS system in .NET 2.0 and using the membership. However,
there ar
 1872/6/2008 6:36:16 PM
FormsAuthentication doesn't automatically redirect upon timeout
I am using Forms Authentication under Windows Server 2003 in .NET
2.0. It appears that the auth ticket is expiring when it's supposed
to but it doesn't automatically redirect the user to the
 5942/6/2008 6:24:23 PM










   
  Privacy | Contact Us
All Times Are GMT