all groups > asp.net > march 2006 > threads for thursday march 30
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
Menu item from database in ASP.Net
Posted by jayender.vs NO[at]SPAM gmail.com at 3/30/2006 11:45:56 PM
Hi,
I am doing a menu in asp.net here is the sample code for that:
[code]
<asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" >
<Items>
<asp:MenuItem Text="<%=m_Menu[0]%>" Value="New Item"></asp:MenuItem>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
<... more >>
How can I disable HttpGet and HttpPost access to my asmx webservice?
Posted by Maxwell2006 at 3/30/2006 11:31:15 PM
Hi,
How can I disable HttpGet and HttpPost access to my asmx webservice?
Thank you,
Max
... more >>
How to access input fields written into a label field
Posted by Orbitale at 3/30/2006 11:28:02 PM
if you write a input field like
textLabel1.Text = "<input id='" + fieldString + "' type='text'
runat='server' class='tab1'/>"
How can you get the response from the user.
Greets... more >>
Floating Panel/Div's and Doctype
Posted by CMM at 3/30/2006 11:15:07 PM
Has any one gotten a "stay-in-view" floating div to work in ASP.NET 2.0?
For those that don't know, the classic way is this (for IE anyway):
(window.onscroll...)
document.all.Toolbar.style.pixelTop = document.body.scrollTop;
But, this doesn't seem to work in any way with ASP.NET 2.0. The... more >>
aspnetdb doesn't attach.
Posted by Shimon Sim at 3/30/2006 10:06:59 PM
I am trying to work with web part framework. Yesterday I build try-it site
and it work just fine.
Today I tried to do the same and I keep getting this message
attempt to attach an auto-named database for file C:\Documents and
Settings\Shimon\My
Documents\Development\WebRoots\PipeBizWeb\Pip... more >>
Flash Content On ASPX Pages
Posted by Jonny at 3/30/2006 9:53:12 PM
How do I add Flash content (buttons & Banners to an ASPX page using VB.NET
2003 as the code behind, if needed?
TIA
... more >>
How to disable/modify the default test pages for asmx web services?
Posted by Maxwell2006 at 3/30/2006 9:50:57 PM
Hi,
When I run a web service project, ASP.NET shows me a default web method
invoke page.
How can I disable/modify the default test (or method invoke) page of the
ASP.NET web services?
Thank you,
Max
... more >>
what is rand?
Posted by Amelyan at 3/30/2006 9:28:42 PM
Often, I see something called "rand" or ".rand" or "rnd" in url query
parameter, for example in yahoo mail url. E.g.
http://someurl.com/a.aspx?id=123&rand=91g3obstudb1r
or http://someurl.com/a.aspx?Rnd=1.2341123
What is it used for?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dispalying asp pages
Posted by mmcnurlin NO[at]SPAM usfamily.net at 3/30/2006 9:13:13 PM
I am haveing trouble with displaying asp.net pages on my internet explorer.
I just want to be able to run on my own computer not the internet.
Internet explore just shows my the code.
At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed
the buttio... more >>
CssClass problem
Posted by Shane Story at 3/30/2006 8:37:55 PM
I made a style sheet with the following class:
..ErrText {
color:#FF0000;
font-family:Verdana,Tahoma,Arial;
font-size:9pt;
}
I linked it to my ASPX doc, then in the CssClass property for a label
control, then a Text control, I put .ErrText
This really seems to have littl... more >>
cannot access a .aspx file from another system in local LAN
Posted by RashmiKulki at 3/30/2006 8:34:01 PM
hi all,
please let me know how access a .aspx file from a remote system,when the
client system does not have .NET framework & at the server side the website
is running on the ASP.NET web development server.
Error 1:Also i get a error saying that this application is beyond IIS
application l... more >>
Forcing a DLL to use a particular .NET version
Posted by mz at 3/30/2006 8:23:19 PM
I have .NET frameworks 1.1 and 2.0 on the same server. I am going to create
a class which I will compile as a separate DLL to be used by a number of
different applications. I want the DLL to use the 2.0 framework even if it's
being called by a program running under the 1.1 framework. How can I... more >>
PERFORMANCE QUESTION
Posted by Savas Ates at 3/30/2006 7:51:08 PM
I want to built a web page which is gonna have multiple languages. Which one
is the best way ? Using a Xml file to store languages and their
corresponding fields or Using a MS-SQL Database ?
What do you recommend me to have best performance about multilanguage
web-sites?
... more >>
I need a datatype conversion chart .NET to SQL
Posted by HK at 3/30/2006 6:37:58 PM
I'm looking for a chart that shows the VB6 > .NET > SQL 2005 datatypes.
E.g.
VB6 .NET SQL2005
integer int16 smallint
long int32 int
byte byte tinyint
But I want a whole chart with all datatypes. Anyone know of a URL with a
cha... more >>
Button control ID and Text
Posted by Web learner at 3/30/2006 6:04:59 PM
In the Button control, how can I keep the ID and Text attirbute the same? Of
course I can type the same thing for attributes. But I want to avoid
repeated typing.
<asp:Button ID="Calculate" runat="server" OnClick="Button_Click" />
TNK
... more >>
Seeking Help About Web Templates with ASP 1.1
Posted by Robert W. at 3/30/2006 5:30:01 PM
I'm an accomplished C# WinForms programmer but am now trying to get quickly
up to speed building websites. I current use ASP.net 1.1 and C#.
From the get go, it was clear to me to build web user controls that would
contain such items as the Header, the Sidebar, and the Footer. So I read
t... more >>
How to show data bind record in regular textbox object ?
Posted by Henry Lee at 3/30/2006 5:04:34 PM
hi,
In ASP 2.0 , using datasource object with Gridview databind feature is
really easy to show records from database. However , I want to do the
samething but using textbox object because there are lots limit in Gridview
item template. I am not sure can I do that with datasource object si... more >>
Call procedure from aspx
Posted by simonZ at 3/30/2006 5:00:55 PM
How can I call sub from aspx page?
If I have on aspx page grid view and I call procedure from item Template:
<asp:GridView ...
....
<ItemTemplate>
<%# test()%>
and in code behind:
protected String test()
{
}
I get an error:
cannot convert from 'void' to object.
A... more >>
ASP.NET 2.0 Website Administration Tool
Posted by John at 3/30/2006 4:58:56 PM
Hi
Can ASP.NET 2.0 Website Administration Tool be packaged with an application
so clients can manage their own users? If not is an alternative available?
Thanks
Regards
... more >>
Literal control doesn't have CssClass property?
Posted by George Jordanov Ivanov at 3/30/2006 4:13:30 PM
All,
Today I was playing with Literal control. Basically it is more or less like
the Label control with this difference that Literal control is something
like "lightweight" text container (that is it doesn't have any server side
functionality like responding to events, etc.). Now the thing ... more >>
How can I detect a user has clicked the X to close the Browser Window
Posted by tarun.kataria NO[at]SPAM gmail.com at 3/30/2006 4:08:41 PM
Hi All,
Is there any way to detect that the user is trying to Xout the browser
window instead of hitting a button. Because in my application I want to
make it sure that they dont do it either knowingly or accidently.
Its an ASP.NET application with C#.
Thanks
Tarun
... more >>
asp.net configuration utility
Posted by John at 3/30/2006 3:54:55 PM
Hi
Is there a version for asp.net configuration utility that can be distributed
to clients so they can manage their own users for instance?
Thanks
Regards
... more >>
GridView: Total Records
Posted by Amelyan at 3/30/2006 3:23:29 PM
I need to get the total number of items/records returned into GridView.
If I just do myGridView.Rows.Count, then it just returns me the total number
of items on the page.
But if I have, 10 pages (10 records per page) and 98 records total,
Rows.Count will return me 10 on the first 9 pages, ... more >>
Bug or Feature ;)
Posted by Meelis Lilbok at 3/30/2006 3:21:55 PM
Hi
Im using ASP.NET 2.0.
On my page i have two textboxes txtUserName and txtPassword
and two RequiredFieldValidators' binded to each controls
Validate works fine only if i leave both textboxes empty or leave
txtPassword empty.
But when i enter some text in txtPassword field and let txtU... more >>
asp.net BIN folder hiding automatically in IIS and Windows Explorer
Posted by tatemononai NO[at]SPAM gmail.com at 3/30/2006 3:19:47 PM
Ok, this is a very unique bug. I have only been able to find one other
post related to this online, and everybody who responded misunderstood
the problem. I am not trying to reference anything in the BIN folder
directly.
Here is the problem. I had a site running without any problems, and
t... more >>
Secure connection to database
Posted by Fariba at 3/30/2006 2:33:09 PM
Hello All,
I have an asp.net application hosting in IIS 6.0 which talks to a database
in another DMZ (with firwall installed in between). I know that I can enrypt
and decrypt my connection string into web server's registry instead of plain
text in web.config ,but I was just thinking that once ... more >>
Help - ASP & public folder access
Posted by James at 3/30/2006 2:18:44 PM
Hello All,
I'm trying to read the contents of a local folder and output the file names
as text (code below.) However, my browser freezes because of line: " set
folder = fso.GetFolder("c:\") " The code below should work however I'd be
enormously grateful if someone could either provide alter... more >>
Software Question
Posted by Paul Drummond at 3/30/2006 2:04:23 PM
Can someone please tell me what software I would need to build web
applications with ASP.NET 2.0?
Is this all I would need (except for a database, of course)?
Visual Studio 2005 Standard Edition
http://www.softwaremedia.com/product/1707.html
Thank you!
... more >>
Can .net 1.1 call asp.net 2.0 web service
Posted by Amil at 3/30/2006 2:02:53 PM
Can a asp.net web app in framework 1.1 call web service on a computer that
is running framework 2.0?
Amil
... more >>
DataRelations and GridView
Posted by Carlos Albert at 3/30/2006 1:46:38 PM
Hello everybody,
I'm using some gridviews with datalists inside template columns.
Now, for each datalist I'm calling a method returning a dataset (depending
from a column from the gridview).
But I was wondering: is there a way to bring just one DataSet with two
related tables and apply th... more >>
How to cache a streamed PDF
Posted by Kris at 3/30/2006 1:34:04 PM
Hi,
I have an ASP.net application where I store PDFs in a database as binary
data. The web interface binary writes a specific PDF to the browser
based on user selections. Some of these PDFs are rather large, so it
would be nice if the client's browser would cache the file. However, I
h... more >>
How do I specidify to use asp.net 2.0 instead 1.1?
Posted by khvatov NO[at]SPAM gmail.com at 3/30/2006 1:15:45 PM
Hi,
How do I specidify to use asp.net 2.0 instead 1.1?
Is there a setting in config file that I have to change?
I'm new to asp.net 2.0.
Please help.
Thanks.
Alex
... more >>
VS2003 Tutorial?
Posted by EPPack at 3/30/2006 1:12:55 PM
I have a full, legal copy of Visual Studio.net 2003 on my work machine, I
don't need the free product that was suggested [in another ng], (unless it
has a built in tutorial). However, I have no major clue how to create a
sophisticated asp.net application in VS. I can find my way around the bas... more >>
IP address
Posted by Progman at 3/30/2006 12:54:26 PM
How do you get the IP address of a computer using ASP.net?
... more >>
Precompilation Error allowDefinition='MachineToApplication'
Posted by Patrick Paquin at 3/30/2006 12:40:03 PM
Hi,
I have an application ("appls") on my website. This application is a
subfolder of the website root. This subfolder is configured as an application
in the IIS Manager
When I want precompile my application with the command line
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_comp... more >>
apply css to content page .NET 2005
Posted by jmorgret at 3/30/2006 12:32:19 PM
I am trying to apply a style contained in my Style.css sheet to a table
on my content page. The master page has a link to the css. I have
class="MyTable" and ID="MyTable" in the attributes of the table. When I
view the page in the VS designer it is correct but when I run the styles
I want are... more >>
Adding TemplateColumns to a GridView
Posted by GCeaser NO[at]SPAM aol.com at 3/30/2006 12:23:09 PM
All,
I am attempting to use the following code to add a TemplateColumn
to my GridView programatically:
lobj_TemplateColumn = New TemplateColumn
lobj_TemplateColumn.HeaderText =
lobj_Standard_Values_Fields_DataRow.Header_Text
lobj_Templat... more >>
Dieresis in the Params of an ASP.NET page
Posted by Reinier at 3/30/2006 12:18:45 PM
Hi all,
When I try to get the parameter from an ASP.NET page, all characters with a
dieresis disappear. So when I request the following URL:
http://www.MyWebsite.com/MyPage.aspx?Name="Müller"
and I use the following C# code:
string Name = Request.Params.Get("Name");
then the variable ... more >>
Control state is lost at render time ASP.Net 1.1
Posted by alsu50 NO[at]SPAM gmail.com at 3/30/2006 12:05:42 PM
Hi All,
Here is my problem:
I created a class that inherints from
System.Web.UI.WebControls.WebControl.
I have a dataset "DS" as a global variable for this class.
I have a method, say, GetData() that is referenced from the actual aspx
page (code-behind) and it goes down to the database and... more >>
Why Repeater.ItemCreated is fired before Page_Load on postback
Posted by Philippe Camus at 3/30/2006 12:02:46 PM
I didn't find any documentation about this behaviour.
On postbacks the Repeater ItemCreated event is fired before Page_Load event
It occurs for each item with empty RepeaterItemEventArgs.Item.DataItem.
Does anybody know more about this strange behaviour?
Thanks
Philippe... more >>
Microsoft Visual Studio 2005 and .Net Framework 1.1
Posted by Ted Ngo at 3/30/2006 12:00:26 PM
Hi All,
My company want to buy the new Microsoft Visual Studio 2005 for their
employees to develop our web application.
After we develop the web application using the new Microsoft Visual
Studio 2005 we will deloy it to the server, and right now on our
server we only have .NET FrameWork 1.1.... more >>
Slow web page
Posted by MSDN at 3/30/2006 11:52:35 AM
Hello,
I have a web page that use to take about 6 seconds to load. Now it is
taking 24 seconds
The maximum number of records sending back is 200.
The SQL SP is executing in 3-4 seconds and never more than 6 seconds.
This happened overnight, no code has been changed, no sql sps has been
... more >>
ExcelUseConstantColumnWidth and Crystal Reports from server not wo
Posted by Lyners at 3/30/2006 11:51:03 AM
Hello all,
I have created an ASP.NET website that uses Crystal Reports that works on
the localhost (my PC), but when I copy it to the server it does not.
The problem is ExcelUseConstantColumnWidth = False.
On my PC when exporting a report, it works - columns are varible width to
fit the ... more >>
ASP.NET 2 UserControls
Posted by Shawn B. at 3/30/2006 11:12:07 AM
Greetings,
We have a application that was recently migrated from ASP 1.x ==> ASP 2.0
(I'm sick of saying .NET after everything so just know that I'm talking
about .NET). We have <INPUT /> controls on the UserControl. We also have
tons of JavaScript all over the place, some hardcoded, some... more >>
Problem with Eval() function inside a Template
Posted by Benton at 3/30/2006 11:11:14 AM
Hi there,
I have a HyperLink control inside a DataList's ItemTemplate:
<asp:DataList ID="lstDatos" runat="server">
<ItemTemplate>
<asp:HyperLink ID="lnkName" runat="server" CssClass="Link"
Text='<% #Eval("NAME") %>'
NavigateUrl="repInTransitByProvider.aspx?... more >>
ASP.net 1.1 writing to Application Log
Posted by MattB at 3/30/2006 10:57:34 AM
Hi. I need to start logging my application in the Windows Event Log. I
found some sample code and it works from a Windows Form. So I put it
into my asp.net application and initially had a problem that I found I
just needed to create a registry key as outlined in this kb article:
http://suppor... more >>
WebControl
Posted by Leandro de Souza at 3/30/2006 10:51:05 AM
I am developing a WebControl derived from a GridView
As to make to codify the RowDataBound event of the GridView in the WebControl?... more >>
Gridview question
Posted by Bishop at 3/30/2006 10:48:27 AM
I want to find out if there is a way to use the gridview to list products
simular to the listing on this page:
http://www.amazon.com/gp/search/103-7922422-8587868?&node=1045744&field-pctoffbin=50%25%20-%2070%25%20off
I'm guessing this may be better suited for a datalist but I am much more
f... more >>
MC Exam 70-305 questions.
Posted by Wanna be MC at 3/30/2006 10:32:41 AM
Hi all, I had a question about this exam. Well, actually the books they
recommend and not the actual exam.
Here are the book ISBNs
0-7356-1925-5
0-7356-1236-6
0-7356-1927-1
My question is will these books work for a beginner?
... more >>
ASP.NET 2.0 learn curve !
Posted by abcd at 3/30/2006 10:29:25 AM
I am ASP programmer and did little bit programming in ASP.NET 1.1. Now I
want to move ASP.NET 2.0. Whats the quick, systematic way to learn ASP.NET
2.0 in less amount of time.
Thanks
... more >>
Select statement
Posted by VJ at 3/30/2006 10:03:11 AM
SELECT [Department], [Last_Name], [First_Name], [Title], [Extension]
FROM [temployees] WHERE (([Department] = @Department) OR ([First_Name]
LIKE '%' + @First_Name + '%'))
this is my sql statement on my GridView but I can't get the values to
display?
--
Sent via .NET Newsgroups
http://www.... more >>
How to have multiple page execute same event code?
Posted by ryanmhuc NO[at]SPAM yahoo.com at 3/30/2006 9:31:43 AM
I'm new to .NET and I'm still trying to adapt from PHP. Especially when
dealing with includes. I would like a group of pages to all execute the
same Page_Preinit event code. In php I would just include a file but I
can't figure out how to accomplish this is .NET
What I'm trying to do is setup ... more >>
Session sharing problem using Ctrl + N
Posted by Vikas at 3/30/2006 9:28:38 AM
Hi,
I am facing a very typical problem. I have a wizard like application,
where user enters information by moving back & forth between the pages.
At the end of wizard the data is submitted into database. I store the
information entered by user on pages, in a session object and finally
de... more >>
How we send a page information on a mail id??
Posted by Amar at 3/30/2006 9:19:47 AM
Dear co-programmers,
let's suppose that we have a page where clients
input his name, email id, city, address, and other informations. i want
to send whole page information on a mail id using smtp........in html
format........
I am using asp.net framework 1.1, VB.NET and sql server 2000.
... more >>
How to hook httpmodule and page event together?
Posted by walter at 3/30/2006 9:09:02 AM
Hi there , for sure httpmodule can be hooked up with HttpApplication event.
But I'm wondering if it's poissible to trigger a httpModule in the page event
,like Page.Init().
Since request handler will be different among http/aspx, I hardly see it's
possible. But may be someone knows. Reason ... more >>
Role Based Personalization
Posted by bradgatewood NO[at]SPAM insightbb.com at 3/30/2006 9:05:53 AM
I am in the process of developing a highly customizable application and
I'm looking for a way to allow personalization by role. This is
different than shared scope in the fact that I want to allow multiple
clients to make modifications to properties, placement, controls on
page, etc... and have ... more >>
Dynamically add columns to a GridView control?
Posted by keithb at 3/30/2006 9:03:23 AM
What is required to dynamically add columns to a GridView control?
Thanks,
Keith
... more >>
Me vs. .NET HTML Control naming conventions
Posted by Josh Wolf at 3/30/2006 8:40:27 AM
The naming conventions that .NET uses in its HTML controls are driving
me crazy! Pulling one in from a control or within a master page, for
example, causes .NET to add class info to the "name" attribute. So, if
I have a control that contains:
<input class="TextField" id="foo" runat="server"... more >>
[Webform] Loading classes
Posted by sebastien.varoteaux NO[at]SPAM gmail.com at 3/30/2006 8:27:26 AM
Hi,
I would like to know if it's possible to load classes when IIS starts,
or when the first internaut comes load the web application.
I would like to automatically load objects in memory (singleton).
How can i do that?
Best regards,
PiaF
... more >>
Dynamically build Repeater Items - How??
Posted by sydney.luu NO[at]SPAM gmail.com at 3/30/2006 7:59:04 AM
Hello,
I would greatly appreciate if someone can show me how to dynamically
build a Repeater
with unknown number of columns at design time. I have looked various
threads in this
newsgroup, websites, MSDN and was not able to find something that would
help me understand and code. I might not... more >>
conditionaly combine databound fields?
Posted by Dabbler at 3/30/2006 7:49:04 AM
I have a Gridview ItemTemplate which displays company info as follows
<ItemTemplate>
<asp:Label ID="WEmployerLabel" runat="server" Text='<%# Bind("Employer")
%>'></asp:Label><br />
<asp:Label ID="WAddress1Label" runat="server" Text='<%#
Bind("WAddress1") %>'></asp:Label><br />
<a... more >>
ProfileCommon Runtime error using web deployment proj generated ou
Posted by Lynne at 3/30/2006 7:49:03 AM
I apologize in advance for the lengthy message but wanted to include as much
information as possible. Any insight/assistance would be appreciated.
The following line of code throws an error when I execute my application
using the output generated from a web deployment project. I have speci... more >>
FileUpload and "error on page"
Posted by Jo at 3/30/2006 7:08:57 AM
Hi all,
I've created a FileUpload in the footer of a Gridview.
The only thing I want to do with this, is to pick a file with the
Browse-button or to fill in a filename myself (without the
Browse-button, but only the filename, not the filepathe!).
Using the Browse-button works fine, but when... more >>
NullReference to Web Control in UserControl... please help!
Posted by Sam Martin at 3/30/2006 6:59:35 AM
Hi,
I have got a User Control that contains for the sake of argument, a single
DataList control.
eg.
<asp:DataList id="DataListMain" runat="server" RepeatDirection="Horizontal"
RepeatColumns="4"
Width="100%" GridLines="Vertical">
<ItemTemplate>
asdf
</ItemTemplate>
</asp:DataList... more >>
error in adding user controls at runtime
Posted by rushikesh.joshi NO[at]SPAM gmail.com at 3/30/2006 5:40:58 AM
Hi All,
I have created my own WebControl and want to add it in my aspx page at
runtime.
it's compiling perfectly, but when i m going to execute, it gives me
error of "Object reference not set to an instance of an object." in my
server control (ascx.cs file)
There is a table in my user ... more >>
help with creating image and a pop up
Posted by NH at 3/30/2006 5:40:02 AM
Ok, I need to figure out the best way to create an image with a hyperlink
with in. I have a gridview which lists peoples names, I want to put in a
column that displays each persons summary data i.e. how much time they spent
working on a project for a certain time period.
I envisage that an ... more >>
What kind of laptop do you have?
Posted by et at 3/30/2006 5:35:15 AM
Does anyone out there have an HP Pavilion dv8000t? I cannot get it to run
Visual Studio 2003 and am wondering if anyone else has the same problem? I
can't even reinstall the operating system, it says the hard disk is not
found.
If you do have another laptop that you use for development (p... more >>
Preventing DataBind in a FormView
Posted by Jurgen Appelo at 3/30/2006 5:01:04 AM
I'm at a loss here...
My FormView control automatically performs a databind at each postback on
the server. But in some cases I don't want this to happen. Like when the
business layer decides that some of the information in the controls cannot be
accepted. But then the FormView binds to the d... more >>
[ASP.Net 2.0] Loading ascx-file located outside webscope
Posted by Jesper Stocholm at 3/30/2006 4:50:20 AM
I would like to be able to load a Control (ASCX) that is placed in a folder
outside webscope - but with read/write ability for IUSR/ASPNET-process. I
usually use Page.LoadControl() to load my controls [0], but this method
requires a _virtual_ path - and it does not permit paths that go "above"... more >>
(Atlas) How to Bind response from webservice to Asp:Button
Posted by amit NO[at]SPAM c4ppy.net at 3/30/2006 4:27:39 AM
I have a web service that returns a string when invoked by an onclick
event on a href.
I know need to bind this string to the commandArgument of an ASP:Button
so that when the button is pressed, I can use the returned argument in
the code behind page to process the appropriate method.
Any i... more >>
web.config roles
Posted by Andrew at 3/30/2006 2:49:02 AM
Hi,
I have a default.aspx which allows the user to choose between module Admin
and module B. When the user clicks either one, he will be redirected to a
FormsAuthentication login page. The problem I have is that currently, users
of one module are able to access the other since I have only 1... more >>
Windows EventLog - populating User field
Posted by musosdev at 3/30/2006 2:48:02 AM
Hi
I'm using the following code in a global class to add to the Windows
EventLog every time a try{} catch{} block fails...
if(!EventLog.SourceExists("darts"))
EventLog.CreateEventSource("darts", "Darts");
EventLog.WriteEntry("darts", msg, EventLogEntryType.Error);
This works great,... more >>
Wizard inside DetailsView bug?
Posted by chrisn NO[at]SPAM nildram.co.uk at 3/30/2006 2:02:12 AM
Hi,
(Using ASP.Net 2.0)
I have a wizard control inside a detailsview control. When I attempt
to call the InsertItem method on the DetailsView I get an error
"ObjectDataSource 'ObjectDataSource1' has no values to insert. Check
that the 'values' dictionary contains values."
I have found I... more >>
Get the LEFT and TOP position of Image
Posted by Varangian at 3/30/2006 1:35:43 AM
Hi
how can I get the style of LEFT and TOP of an Image in ASP.NET ?
thanks
... more >>
how to select a full row in a gridview
Posted by joe at 3/30/2006 1:30:02 AM
how to select a full row in a gridview... more >>
Multiple links to same page within a site map file
Posted by clickon at 3/30/2006 1:13:03 AM
I have a navigation a quite complex navigation structure and i want to have
more than one way to navigate to the same page. It is a portal for a
manufacturing company, one of the areas of the site is a raw materials
management section, another is a packaging dept section. I want to group
... more >>
run web apps for two framework versions on one machine?
Posted by manny at 3/30/2006 12:30:11 AM
Hi all asp.net experts
Is it possible to have web applications working on framework 1.0 and
1.1 on the same machine?
I have a web application which is compiled under 1.0 and thus must be
run under this version. On the same machine I have to deploy web
application compiled under 1.1 version.... more >>
DetailsView image update trouble.(Urgent help needed)
Posted by jens Jensen at 3/30/2006 12:00:00 AM
Hello,
I have an image file name in a table that a let users modify via a
GridView/DetailView pair.
* The actual image file is saved in the image folder of the application.
But the image is rendered in a templatefield 's <itemtemplate> on the
detailsview.
In the <edititemtemplate> i ha... more >>
asp.net configuration
Posted by John at 3/30/2006 12:00:00 AM
Hi
Is there a version for asp.net configuration utility that can be distributed
to clients so they can manage their own users for instance?
Thanks
Regards
... more >>
Alternate of file upload HTML CONTROL?
Posted by MS at 3/30/2006 12:00:00 AM
HI,
is there any alternate of THML file upload control...?
can we get stream from the fileupload control to save it temporarly in
session and then later on saving to some directory...
... more >>
|