all groups > asp.net > april 2006 > threads for friday april 14
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
Adding unbound checkbox to grid
Posted by John at 4/14/2006 11:12:15 PM
Hi
I am trying to add an unbound tick box to a bound grid using Edit Columns
option. Problem is that when I select CheckBoxField, the Add button gets
disabled. What is the problem and how can I add the unbound checkbox?
Thanks
Regards
... more >>
Problem loading usercontrol since latest ie patch....
Posted by Tim B at 4/14/2006 10:42:01 PM
Hi,
Previously I was loading my .NET Usercontrol like this :
<OBJECT id="Obj" classid="Viewer.dll#Viewer.Viewer" width=105 height=20
VIEWASTEXT><param name="DONOTHING" value="1">
</OBJECT>
Everything was working great until the new patch came out and changed the
way the ActiveX / Userc... more >>
Session Timeout.
Posted by Sai at 4/14/2006 9:12:32 PM
Friends,
We have a simple application which has login page, users login to it
and enter their contact details and all other stuff. It is working
fine. Now we have moved to new windows 2003 server. The page works
but it gets refreshed every 5 mintues and goes back to login.aspx page.
How d... more >>
[ASP.NET 2.0] ChangePassword class conflicting with my page
Posted by javatopia at 4/14/2006 6:03:01 PM
Hello!
I have a web page named "ChangePassword.aspx", which works just wonderful on
my developer machine. When I deploy it to the server, though, I get:
Compiler Error Message: CS0030: Cannot convert type
'ASP.changepassword_aspx' to 'System.Web.UI.WebControls.ChangePassword'
public ch... more >>
Possible? Authentication using Windows/Active directory, but access SQL Server using Membership class
Posted by Andy at 4/14/2006 4:40:19 PM
Hi, I was wondering if someone could advise on if the following is
possible. I have one website that is available to the public using
Forms authentication and the Membership class, it creates/stores user
information in a SQL Server 2005 db. I have another website that will
administer the first w... more >>
storing and accessing file
Posted by Gerhard at 4/14/2006 4:38:01 PM
I have an application that needs to be able to upload documents that can
latter be accessed and opened by a hyperlink. I can do this easliy if I
store the files in a subdirectory in the application, but we will be using
multiple web servers, so the files need to be stored on a common file ser... more >>
Multiple web project Assemblies in same bin folder.
Posted by zeyais NO[at]SPAM gmail.com at 4/14/2006 3:51:19 PM
The way I understand is that one web project has only one bin directory
and all reference and project assemblies sit in that bin directory.
Scenario is this. I have two web applications (lets say a.dll and b.dll
in their respective bin directories.) but my host will only allow one
application ... more >>
Q: Passing information between browser windows?
Posted by Usenet User at 4/14/2006 3:33:52 PM
My main main page is to create a pop-up window for the user to enter
advanced search criteria. When he submits the query, the page in the
main window should display search results. So, how would I pass the
criteria from the popup back the the main window? (URL/href
parameters is *not* an optio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Opening a file from pdf in ie
Posted by Joris De Groote at 4/14/2006 3:13:52 PM
Hi,
I have a small webpage that reads a file from sql server 2000 database and
opens it (added the code at the end of this question). Everything works, but
the file opens adobe acrobat reader in a new application. However, I want to
open the file in ie, so I don't get another box and everyt... more >>
2 webservers, both asp.net 2, an aspx post to 2nd ws.
Posted by Edwin Knoppert at 4/14/2006 3:12:13 PM
I want to use an aspx to post data to a 2nd webserver but i don't know how.
Both aspx, both asp.net v2
?
... more >>
How to have C# Web page query MSAccess Database and simultaneously populate MSAccess DB?
Posted by Siegfried Heintze at 4/14/2006 3:07:33 PM
I have some cygwin cron jobs running under the Administrator account
populating a MSAccess database that is simultaneously being queried by
IIS/ASP.NET/C#.
If I manually use windows explorer to allow everyone to read/write/delete
the .mdl files created by the cygwin cron jobs, everything works... more >>
SelectedIndexChanged
Posted by chawes40 NO[at]SPAM yahoo.com at 4/14/2006 3:02:11 PM
Hi I'm new to asp.net and I have a couple of questions.. I have
datagrid with several columns. I have two Button Columns when I select
either one I go to the function:
private void datagrid1_SelectedIndexChanged(object sender,
System.EventArgs e)
How can I determine in this function ... more >>
webparts in asp.net 2.0
Posted by Radek at 4/14/2006 1:50:50 PM
How to check inside ascx file that this web part is closed or minimise?
Best regards,
Radek
... more >>
Web App Question
Posted by george at 4/14/2006 12:33:37 PM
Hi,
I am doing some research on web hosting (dedicated servers) for a multi-tier
web app. I was interested in what web hosting companies other users are
using? I have looked into hostmysite.com and aplus.net.
Thanks
... more >>
RedirectFromLoginPage
Posted by genc ymeri at 4/14/2006 11:41:15 AM
hi,
I'm doping a maintenance for a project but I'm having an interesting issue
with RedirectFromLoginPage coomand :)
What happens is that the webapp, once user logs in, he/she goes gets
redirected by default to the default.aspx page thorugh the
RedirectFromLoginPage coomand. What I did, I... more >>
Gridview doubleclick to select the row
Posted by RS at 4/14/2006 11:32:59 AM
Hi guys
I want the user to double click on the rows in the gridview to select
them. How can I do that? Currently I have a Select button way at the
end of each row, but usability wise its not very good, user always have
to srcoll to the see the select button. I think double clicking the row
wo... more >>
How select query in dataset?
Posted by VB Programmer at 4/14/2006 11:23:25 AM
Using ASP.NET 2.0...
I have a DataSet1.xsd dataset (MyDs) I created. I have 1 simple SELECT
query called GetData (in MyDsTableAdapter).
How do I fill a new dataset using GetData?
I tried this, but it doesn't work...
Dim ds as new system.data.dataset
ds = MyDsTableAdapter.GetData
A... more >>
Rendering title attribute of anchor tag
Posted by kgmahoney NO[at]SPAM gmail.com at 4/14/2006 10:28:00 AM
in v2 of asp.net when I do a:
<asp:hyperlink id="hl1" runat="server" tooltip="xyz" ... it doesn't
render as a title attribute of a <a ... tag in firefox
even if I do a:
<a id="hl1" runat="server" title="xyz"... it takes out the title
attribute before rendering it in firefox, but leaves it... more >>
Is it possible to make a variable number of form fields?
Posted by BLACKDOG157 NO[at]SPAM LYCOS.COM at 4/14/2006 9:38:39 AM
I have to make a form with a variable number of textboxes. If, in the
previous screen, the user chose a 2 day hotel stay, I need to input the
number of rooms for 2 days. But if in the previous screen, he chose a
5 day hotel stay, then I need to input the number of rooms for 5 days.
I tried a... more >>
plea for help: a newbie's tale
Posted by briansmccabe NO[at]SPAM gmail.com at 4/14/2006 9:18:11 AM
Hello -
I work for a large corporation that has developed and maintained
several dozen web sites for various clients in the insurance industry.
My responsibilities involve the maintenance of all of these sites from
a content standpoint - performing updates, modifying existing code,
occasion... more >>
ObjectDataSource Parameter Passing
Posted by Robert at 4/14/2006 8:59:02 AM
What is the best way to pass a parameter to an ObjectDataSource.
I am able to add a new parameter to the SelectParameters, but I would like
to just assign a value to an existing parmeter at runtime.
Currently I am just adding the parameter at runtime and setting the value:
ObjectDataSource1.S... more >>
image missing in forms authentication
Posted by jos at 4/14/2006 8:53:02 AM
The image (gif) comes up as a red cross until the user is authenticated in a
forms authentication application.
Is there a way around this?
<authentication mode ="Forms">
<forms loginUrl="login.aspx"></forms>
</authentication>
In the login.aspx I have a table with the image:
<ta... more >>
ASP.NET Treeview selectedNodeStyle
Posted by cyriel1920 NO[at]SPAM nospam.nospam at 4/14/2006 8:01:01 AM
Hi,
I use the selectednodestyle with a white background so the user can see
which item was chosen in the treeview navigation.
The nodes have a navigateURL with a target to another frame.
Navigating works with no postback and the style follow the selected node.
When a new child is added to a ... more >>
Some App Mappings Missing
Posted by Curt Koppang at 4/14/2006 7:49:01 AM
I have a VirtualPC install of WindowsXP Pro and have installed VS.NET 2005
and the .NET Framework 2.0. I can not run ASPX pages. I checked the
application mapping in IIS and most (but not all) of the mappings are
missing. ASPX, ASMX are missing; but .MASTER does exist.
I have run "asp... more >>
asp.net 2 and xml
Posted by TdarTdar at 4/14/2006 7:31:01 AM
Hi,
I have an web based asp.net 2 application, I need to send and receive
information using an encoded xml packet to another web server from within a
web page of our main webserver. I assume i need to make a dll to do so, but
would like some advice to make sure I get this correct. So, aski... more >>
hidden fields?
Posted by HockeyFan at 4/14/2006 5:10:02 AM
I know that <input type="hidden" fields are used within a form, but do
<ASP:HiddenField s have to be in a form to be used?
I've got a VB-based (codebehind) that catches the click event of a button on
the page, does some processing, populates the <ASP: hidden fields, and then I
need to redirec... more >>
Asp.NET
Posted by suchdi NO[at]SPAM netvision.net.il at 4/14/2006 3:57:01 AM
When I try to execute ASP.NET Application after successful creating and
compiling,I get the following message:
---------------------------
Microsoft Development Environment
---------------------------
Error while trying to run project: Unable to start debugging on the web
server. Server side... more >>
how do i get openfiledialogue box in VB.NET....
Posted by pavan at 4/14/2006 3:42:42 AM
guys i am having problem in getting openfiledialogue box in vb.net..
i want to develop a program for sending a mail....
can anybody please help me out here....
... more >>
Convert New Lines to BRs
Posted by Brad Baker at 4/14/2006 12:30:21 AM
I'm trying to write a small asp.net webpage in c#. I've written code which
connects to a microsoft sql database, runs a sql query and then prints that
data out using a repeater.
The problem is that the data in the database is in plain text and contains
new lines (\n). When I print the recor... more >>
Invalid file name when printing Crystal Report
Posted by Bernard Goh at 4/14/2006 12:00:00 AM
Hi All,
I am newbie for ASP.NET programming and I am having this error when I tried
to print a crytal report from my dotnet web application.
Error Message :
Invalid file name.
at .K(String , EngineExceptionErrorID ) at .F(Int16 , Int32 ) at
CrystalDecisions.CrystalReports.E... more >>
2.0 SIMPLE PROBLEM: asp:Rotator
Posted by R.A.M. at 4/14/2006 12:00:00 AM
Hello,
Could you help me please with a problem of asp:AdRotator usage? I have
little experience.
On Default.aspx page I have added AdRotator control to display banner
images:
<asp:AdRotator ID="Banner" runat="server"
AdvertisementFile="~/App_Data/Banner.xml" />
Here's Banner.xml:
<?x... more >>
HELP Localization doesn't work
Posted by Luigi at 4/14/2006 12:00:00 AM
I'm trying this example for my application
http://msdn2.microsoft.com/en-us/library/fw69ke6f.aspx
(Explicit Localization with ASP.NET)
but it doesn't work: it always display the default language, not switching
to other languages in resx files.
Please help!
... more >>
|