HighTechTalks DotNet Forums  

Sponsored Links


ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss in the ASP.net forum.



Post New Thread
Threads in Forum : ASP.net Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a details view on the page with the edit link, when I click on the edit button I get my data to edit but the box is so small. How do I expand...
JJ297
08-06-2007 03:02 PM
Alexey Smirnov Go to last post
1 4
I am writing a C# Windows Application that will create virtual directories on our Win 2003 server machines. Using the...
=?Utf-8?B?bWlrZXM=?=
08-06-2007 02:48 PM
Juan T. Llibre Go to last post
1 4
I have a webapp that uses the AjaxControlToolkit. The app and ajax works fine when run within my dev server in Visual Studio 2005 but does not...
Bill Gower
08-06-2007 01:48 PM
Bill Gower Go to last post
8 9
VS2005 asp.net 2.0 C# Developing with File System/Cassini instead of IIS (publish to IIS every so often) Hello guys, I have a web app where I am...
Joey
08-06-2007 01:35 PM
Mark Rae [MVP] Go to last post
7 8
I just installed .net 2.0 on a Windows 2003 server. I can find the caspol. exe program. I can't find the Framework 2.0 Configuration program. Do I...
=?Utf-8?B?QXJuZQ==?=
08-06-2007 01:26 PM
=?Utf-8?B?QXJuZQ==?= Go to last post
2 4
I gave up on the Page.ResolveURL and just got the Current Path from the Request.ServerVariables("Path_Info") and put it in a session variable. ...
tshad
08-06-2007 12:41 PM
tshad Go to last post
2 3
Hi everyone! I need some tips, ideas, suggestions on best approach to create "resizable panels". The best example what I am trying to achieve could...
Rastko Soskic
08-06-2007 12:01 PM
Go to last post
2 3
Hi, Did you try this ? ClientScript.RegisterClientScriptBlock(this.GetType(), "swobject", scriptBlock); Hth Stan
Stan SR
08-06-2007 11:44 AM
Dariusz Tomon Go to last post
1 5
"Dariusz Tomoń" <d.tomon (AT) mazars (DOT) pl> wrote this.GetType() is correct... However, the third argument of the RegisterClientScriptInclude...
Mark Rae [MVP]
08-06-2007 11:43 AM
Dariusz Tomon Go to last post
1 2
How can I get the buttons to appear on the same line as the question? No matter what I do buttons appear on the NEXT line. Are you at least 18...
dancer
08-06-2007 11:26 AM
dancer Go to last post
3 4
Hello can someone assist me... I've added two check boxes to my page <asp:CheckBox ID="ChkYes" runat="server" Text="Yes" /><br /> <asp:CheckBox...
JJ297
08-06-2007 10:13 AM
JJ297 Go to last post
5 6
I have an asp.net web app, hitting a report type page that brings back a large response size, about 2 megs. The inclusive round trip times are...
Derrick
08-06-2007 09:35 AM
Derrick Go to last post
1 2
This is causing us a lot of pain right now. Does anyone know why this happens and, more importantly, how to fix it? TIA JP
Joey
08-06-2007 09:23 AM
Joey Go to last post
2 3
hello, i have a SQL Server instance running on a server. i have an ASP.NET application running locally on my dev machine. in my app's web.config i...
SpaceMarine
08-06-2007 07:28 AM
Kevin Spencer Go to last post
1 3
Hi All, i have a folder in my project BO, and i added the core classes from an existing 2005 application and added in this folder, and i added a...
thomson
08-06-2007 07:25 AM
thomson Go to last post
0 1
I am looking for a property in the page object that would return something like "http://localhost:1530/myapp" What property should I look...
=?Utf-8?B?QXJuZQ==?=
08-06-2007 06:57 AM
Juan T. Llibre Go to last post
15 16
hi check http://aspnet-tips-tricks.blogspot.com/ for tips and tricks and if u konw more site for asp.net please help me. Thanks
kamalpp@gmail.com
08-06-2007 06:55 AM
Juan T. Llibre Go to last post
1 3
Hi, we have developed an application with asp.net 2.0 membership and have deployed the application using VS 2005. We have backed up our development...
microteq
08-06-2007 05:15 AM
microteq Go to last post
0 3
I have a formview which is being bound through an object datasource (custom BLL). Every time the forview posts back all values get refreshed. ...
Enigma Boy
08-06-2007 03:17 AM
Enigma Boy Go to last post
0 2
I am having trouble figuring out how to include Hidden Field or a TextBox value when I am editing in the FormView Edit Item Template into the...
Wayne
08-06-2007 03:14 AM
Enigma Boy Go to last post
1 3
Hi everyone, I am trying to create conrol dynamically. i am using the following code..inside pageload if (!IsPostBack) { string qry_fwd =...
arnabit@gmail.com
08-06-2007 03:01 AM
arnabit@gmail.com Go to last post
0 3
hey all, you know how you can pass parms thru the url (like http://my.site.com/test.aspx?id=1 is there a way to encrypt the id...
=?Utf-8?B?cm9kY2hhcg==?=
08-06-2007 01:10 AM
=?Utf-8?B?U2l2YSBN?= Go to last post
2 5
I have a GridView with an edit button. When the user clicks 'Edit', I want to display the information in a form and allow the user to edit...
Bill Gower
08-06-2007 12:36 AM
=?Utf-8?B?U2l2YSBN?= Go to last post
1 3
I have a form that has 6 Textboxes to enter data and a button to write the data to my Access database which resides on the same server as my website....
slinky
08-06-2007 12:16 AM
slinky Go to last post
4 5
Hi There, I use formview control, i placed a label called phone no in the table column. The cell got enought space to hold all value of phone no....
Ganesh
08-05-2007 11:58 PM
=?Utf-8?B?U2VyZ2V5IFBvYmVyZXpvdnNraXk=?= Go to last post
1 3
Since ASP.NET 2.0, asynchronous web service client can be implemented with event-based pattern, instead of original BeginXXX/EndXXX pattern. However,...
Morgan Cheng
08-05-2007 09:47 PM
Morgan Cheng Go to last post
0 2
Hi guys I'm having trouble with URL rewriting using HttpApplication.Context.RewritePath in a web application I've created. Everything works, but...
=?Utf-8?B?bXVzb3NkZXY=?=
08-05-2007 09:16 PM
Walter Wang [MSFT] Go to last post
8 9
I'm developing an app to upload MS word documents where I will store them in a varbinary to do full text searching on. My first question is: How can...
GaryDean
08-05-2007 09:00 PM
Walter Wang [MSFT] Go to last post
2 3
Hi. I'm newbie to asp.net now i can use gridview to show data from sqldatasource. But I wonder How to show lookup field data. like get parameter...
Thammarat charoenchai.
08-05-2007 02:55 PM
Alexey Smirnov Go to last post
2 3
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the...
pvong
08-05-2007 02:47 PM
pvong Go to last post
4 5
Greetings, I've inherited a project which requires the use of multiple Access databases, each containing a dozen or so tables each. I need to...
GregG
08-05-2007 02:06 PM
Mark Rae [MVP] Go to last post
13 14
I recently signed up for shared web hosting with a commercial hosting service (GoDaddy.com) and was awed to discover that although a generous...
08-05-2007 11:59 AM
Mark Rae [MVP] Go to last post
5 6
I want to not display or display parts of a page depending on authentication. I have a work around for this that I used in classic asp. I set...
ThatsIT.net.au
08-05-2007 11:00 AM
Mike McIntyre Go to last post
1 5
We have a ASP .NET 2.0 app that has a header, left nav and center. We want to provide a design mode so that the left nav and center can...
yashgt@gmail.com
08-05-2007 10:37 AM
yashgt@gmail.com Go to last post
0 2
Hi I am not sure, what is the best way to do this, and I hope somebody can offer some advice. :) I have 30 brands (from one table) out of one axis...
Klaus Jensen
08-05-2007 08:36 AM
Klaus Jensen Go to last post
5 6
Hi, I m using VS .NET 2003 to create a website. Using the setup package I create a setup as well. But this setup has files with actual code in it &...
=?Utf-8?B?WmlhbmdpIEpvbmVz?=
08-05-2007 08:21 AM
Juan T. Llibre Go to last post
3 4
Hi, I use post way realization page postback this am must,How realizesunder the post way controls postback continuously to be unable to findthe...
=?Utf-8?B?bGl1eGluZmVpaHU=?=
08-05-2007 12:14 AM
=?Utf-8?B?bGl1eGluZmVpaHU=?= Go to last post
0 3
Is there a lease time on Web service requests? We have a Web service that stops responding after a couple days. After a certain point in time, all...
Deane
08-04-2007 09:32 PM
Deane Go to last post
5 6
I have created and published a precompiled application. If I replace an ASP file, e.g. Default.ASP, with a new copy, by sending it via FTP, do I do...
pamela fluente
08-04-2007 03:33 PM
pamela fluente Go to last post
5 6
Hi, I have a bunch of data in an Excel spreadsheet that I need to get into my C# code somehow. How is this done? Thanks Steve
Steve Kershaw
08-04-2007 12:57 PM
Laurent Bugnion, MVP Go to last post
2 3
how can i develop a youtube like website.. the thing i want to know is how to protect the video by converting ot to flash?
Jassim Rahma
08-04-2007 12:54 PM
Laurent Bugnion, MVP Go to last post
12 13
I am trying to apply the hover style to the Menu Control. Here is the code snippet <SharePoint:AspMenu...
madhur
08-04-2007 12:52 PM
yubyub Go to last post
1 2
Hi, I have a page which has some custom controls. The page works fine and doesn't break on any number of refreshes. There is button on the page,...
=?Utf-8?B?bWF2cmljazEwMQ==?=
08-04-2007 11:44 AM
=?Utf-8?B?TWFuaXNoIEJhZm5h?= Go to last post
1 2
I am using ASP 2.0 and trying to put a image in the web part title bar instead of using a text title. Is there any way to get this done? Thanks in...
Zhenzhong Xu
08-04-2007 10:04 AM
=?Utf-8?B?WWFuZw==?= Go to last post
7 18
I need to explicitly use the path of my page and am trying to do the following: <asp:Hyperlink ID="test" Text="HyperLinkTest"...
tshad
08-04-2007 09:00 AM
fd123456@hotmail.com Go to last post
1 2
Hello, I'm currently writing a webpage that lists photos dynamically. Depending on what was selected in the page previous, these photos will change....
vortigern79@yahoo.com
08-04-2007 08:22 AM
fd123456@hotmail.com Go to last post
1 2
I am validating the users of my web app against a user database in SQL Server. I then store the user object in a session variable and pass it around...
Bill Gower
08-04-2007 04:22 AM
Alexey Smirnov Go to last post
2 3
I am trying to reference a server control in a user control, from the containing page. Is there a way to do that? I have...
Fred Chateau
08-03-2007 10:34 PM
Fred Chateau Go to last post
5 6
Hi, I want to skin the templates of an asp:DataList. So I have to do data binding in the skin (I didn't find another comfortable way to do that). As...
Sebastian
08-03-2007 07:02 PM
=?Utf-8?B?TWlsb3N6IFNrYWxlY2tpIFtNQ0FEXQ==?= Go to last post
3 4
I'm getting a string such as name1\r\nname2 how can I remove the \r\n and just have the string as name1 name2?
Steve
08-03-2007 06:46 PM
Alexey Smirnov Go to last post
6 7
Post New Thread

Display Options
Showing threads 4701 to 4750 of 91192
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.