all groups > asp.net > april 2005 > threads for sunday april 24
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
how to add a contol after datagrid that changes size?
Posted by Dee at 4/24/2005 11:57:21 PM
Hi,
I use a DataGrid in a WebForm and when i page thru data its height changes.
This hides some controls i have place just underneath it. Is there a way to
dynamically add the controls in the right location?
Thanks
Dee
... more >>
Form post back in ASP.Net 1.1
Posted by Sundararajan at 4/24/2005 11:39:04 PM
Dear Folks,
I have a hyperlink in my page - webform1.aspx
on click of this i want it to post back to the second page -webform2.aspx.
is this possible in ASP.Net 1.1. if so how can i go about it.
I tried to use a javascript function for this
function dopostback()
{
document... more >>
Customizable Role-based Authorization
Posted by Snig at 4/24/2005 10:37:38 PM
Hi all
I need to implement the following scenario in my application:
1. Roles are stored in SQL-SERVER.
2. Access Rights will be given to the roles by the administrator by the
application itself.
3. Access Rights will be given on functionality basis. e.g. some role
can Add a new record, some... more >>
Imports System.Web.Mail
Posted by wrytat at 4/24/2005 9:54:01 PM
I tried to import the System.Web.Mail namespace in a class file by typing
"Imports System.Web.Mail", but there's syntax error shown.
The error message goes like this, "Namespace or type 'Mail' for Imports
'System.Web.Mail' cannot be found." What's wrong?... more >>
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
Posted by Amelyan at 4/24/2005 9:18:37 PM
VisualStudio is trying to copy older version of Company.Interface.dll into
runtime directory from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ and I
get this warning.
Warning: The dependency 'Company.Interface, Version=1.0.1940.30685,
Culture=neutral' in projec... more >>
Custom Control
Posted by wrytat at 4/24/2005 8:01:01 PM
I'm intending to write classes that I'll be using in my web application.
These classes include User, Member, Product, DbManager, Email and etc.
Should I add a new class to my web application project or create a new class
library project and write all the classes there?
One thing I notice t... more >>
Mutiple user controls on page to fire same validation control
Posted by Martin at 4/24/2005 7:23:47 PM
Hi,
I have a page with 4 web user controls on.
Each of these web user controls has some asp.net controls on that have
validation events attached to them.
Now because there are 4 seperate users controls I have 4 seperate validation
summaries, what I would like is to have only a single valida... more >>
I need to postback to an other page.
Posted by jensen bredal at 4/24/2005 5:49:11 PM
This is an essential feature which is not supported by the current version
of asp.net .
Does anyone know of any workaround trick to do it anyway?
Many thanks in advance
JB
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
What is wrong with this SQL Update Code?
Posted by Terry Olsen at 4/24/2005 4:13:36 PM
I've got 2 different web pages, both updating the same SQL database. One is
for the Technician and one is for the Manager. The technician's update page
works fine but the Manager's update page doesn't. They are both the
same..as far as I can tell...
---------------------
This code works fi... more >>
Insert same ASCX mulitple times on a given ASPX
Posted by Guadala Harry at 4/24/2005 2:19:12 PM
My intent is to load a user control (programmatically - not declaratively)
into two or three locations on an ASPX page when the page is first
requested. Each "instance" of the user control would display different info
based on property settings that are set by the ASPX page's code-behind
log... more >>
Simple problem with beta 2.0
Posted by Wernfried Schwenkner at 4/24/2005 1:39:11 PM
I've run an site with beta 1.0 without any problems. Today I've
installed Beta 2.0 and can't even run a simple empty page.
Creating an empty site, adding a Default.aspx form. This runs on the
temporary IIS started from within the studion.
But copying the site to the real IIS site, I get th... more >>
how to save an image from a web page to a local folder using code and browser control and doc object
Posted by news.austin.rr.com at 4/24/2005 1:10:43 PM
hi im using the following code below to gain access to a browser control
document.
mshtml.IHTMLDocument2 doc = axWebBrowser1.Document as
mshtml.IHTMLDocument2;
can i use the "doc" object (doc.images) to access the images and then do
something to save the image to a file? im new at this..... more >>
How to open text file (.log, .txt etc) in notepad from aspnet
Posted by RN Das at 4/24/2005 12:35:01 PM
Hi expert,
I have a small web application in C# and ASP.Net and I want to open a file
in notepad when clicked on a linked button. Here is hander code when clicked
on the link button. It can open a process of notepad on the server , but
does not open the file in notepad. What am I doing wron... more >>
Help! Back button - Redesign Project???
Posted by Sandy at 4/24/2005 7:48:02 AM
Hello -
Thought I was almost done with my project and then a back arrow button issue
raised its ugly head.
Once a user fills out a form and submits it (done via stored procedure into
a Sql Server database), what's to prevent them from pressing the back button
and resubmitting the form mu... more >>
VWD Warning Message
Posted by Chuck at 4/24/2005 7:04:01 AM
I'm getting the following message when switching to the design view in VWD
Beta 2:
Warning 1 Could not load type
'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope' from assembly
'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50... more >>
Add a Dropdownlist dynamically to a Datagrid
Posted by matt_calhoon NO[at]SPAM hotmail.com at 4/24/2005 2:02:10 AM
Hi there,
I have a datagrid that allows the user to add new row to it. In these
rows I want to add a dropdownlist. How do I add a dropdownlist
programatically to a datagrid?
thanks,
Matt... more >>
|