all groups > asp.net > january 2008 > threads for monday january 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 31
Javascrit Reference in Two Diffrent HTML pages
Posted by Netaji at 1/14/2008 11:13:01 PM
hi experts,
We have a requirement in which we want to pass the information between two
different html/asp pages which are not related (no parent child relationship
is present, hence opener cannot be used for accessing the pages)
Eg,
Page1 contains textbox page_text1
Page2 contains ... more >>
What the hell people?!
Posted by jim at 1/14/2008 10:07:10 PM
I've spent 2 days looking at Adobe AIR, ASP.Net, Joomla, Drupal, Dot Net
Nuke, JavaFX, and so on......and it just sickens me.
What's the problem here? All I want to do is write a desktop/webservices
app and stream it to the end user's desktop.
We had activeX. It wasn't perfect for stream... more >>
Getting unable to cast error (when same object is referenced in client and web service)
Posted by Rahul at 1/14/2008 9:31:37 PM
I am getting following error:
1) For a xml file "Request.xml" we created a schema "Request.xsd".
2) With the help of xsd.exe we got the C# file Request.cs.
3) We tried to send the object of Request.cs to a webservice method
SaveRequest(Request req).
4) Scenario is like same Request.cs... more >>
Pass ASP.NET/VB.NET variable to javascript
Posted by Mike at 1/14/2008 9:06:01 PM
I don't think this is possible, but here goes.
I have a webform containing a javascript method. The javascript method is
fired when the page loads and it populates some client-side input controls.
In the code's page load event, data populates into some server-side controls.
When the page... more >>
What's the easiest way to secure a web folder?
Posted by gnewsgroup at 1/14/2008 6:38:14 PM
I have a membership web application. A user is either an
administrator or a regular user (only 2 roles)
I have an admin folder in this application. I want only
administrators to be able to access that folder.
I am not using the .net member/role/profile framework. What's the
easiest way t... more >>
Menu control Databinding problem using StaticItemTemplate
Posted by Andrew Jocelyn at 1/14/2008 5:43:47 PM
Hi
How do add custom attributes to a System.Web.UI.WebControls.MenuItem in a
StaticItemTemplate which I have saved in my
SiteMapDataSource file? e.g.
<siteMapNode title="stuff" id="myid">
protected void Menu1_MenuItemDataBound(object sender, MenuEventArgs e)
{
string id = ((SiteMap... more >>
Sharing session across applications
Posted by Fresno Bob at 1/14/2008 4:45:16 PM
I have a web application. I would like to deploy it to a virtual folder on a
larger site. I have read that the session won't be shared is this correct,
are there any alternatives, and area there any other considerations.
... more >>
getting values from a textbox
Posted by J at 1/14/2008 4:16:15 PM
Using codebehind, I populate some textboxes in the Page_Load method.
At this point the user can edit the data in the textboxes.
Then I want to click on a Save button and write the edited data in the
textboxes into a table. But referencing the textboxes only shows the
original value, not the newl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Connect to Running Application
Posted by bangeye at 1/14/2008 2:46:32 PM
Tribe,
I have need to use ASP.NET to connect to an already running
application (non web) that will be running on the same server as IIS.
Start MyServerApp,
MyServerApp is now running - doing work for me.
ASP.NET page request comes in,
Create on the fly object of some sort that can talk t... more >>
How to search Team Foundation Server?
Posted by DR at 1/14/2008 2:22:04 PM
How to search Team Foundation Server?
... more >>
code organization
Posted by J at 1/14/2008 2:11:01 PM
I'm using codebehind in ASP.Net.
public partial class edit : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
// populate the dataset, etc.
txtFirstName.Text =
dsContact.Tables["Contact"].Rows[0]["FName"].ToString();
txtLastName.T... more >>
Missing Content Placeholder in nested master content page
Posted by John at 1/14/2008 1:29:26 PM
Hi,
I'm having trouble with nested master pages (and creating the same behaviour
as Scott Guthrie's blog post
http://weblogs.asp.net/scottgu/archive/2007/07/09/vs-2008-nested-master-page-support.aspx )
..
I have a 'Main' master and added a 'Sub' master (based on 'Main') and
finally add... more >>
Text Box events
Posted by jhcruz@jmaweb.biz at 1/14/2008 1:10:22 PM
I'm trying to disable one text box when a user starts entering data in
a different text box. Is this even possible? If so can someone point
me towards a good example?
Thanks,
Jaime... more >>
global.aspx Application_error does not fire on anything other than
Posted by jvcoach23 at 1/14/2008 1:10:03 PM
I've got a global.aspx file that works in my dev environment (vs 2005).
When i publish the site to a windows 2000 sp4 box running IIS, the global
does not seem to fire. Since it's a test server, i've tried granting the
user that IIS is using with all kinds of rights, that didn't work.... so... more >>
Reverse Proxy with static content
Posted by Jane Parker at 1/14/2008 11:32:55 AM
I read with interest the recent posting about Reverse Proxies and wondered
if it is possible to mix static and dynamic content.
If you have a lot of static content on your site it would make sense to keep
it outside the network, and only use the reverse proxy when making dynamic
data calls,... more >>
Accessing network files
Posted by David C at 1/14/2008 11:22:36 AM
We have an asp.net intranet web that we need to give access to all logged-in
network users the ability to view the files in a web page. My question is
how does the web page know that the user can see the files (and eventually
open them in a browser). An example is many folders have jpg files... more >>
asp:menu requires Page.Header to be non-null
Posted by michael at 1/14/2008 11:02:40 AM
I want to include a simple menu in a usercontrol on a page. The page
inherits a BaseClass that overrides Render method, including header
control. Header is dynamically generated.
......
writer.RenderBeginTag(HtmlTextWriterTag.Head)
.......
If I want to use DynamicHoverStyle for the... more >>
How many different values we may pass in a query string?
Posted by Andrew at 1/14/2008 10:42:02 AM
Hello, friends,
I am testing our website (in 2003.net, c#) application. Sometimes there more
values in Querystring, like
http://www.xxxxxx.com/webpage1.aspx?mc_gross=69.90&address_status=confirmed&item_number1=42&item_number2=43&payer_id=FDUB8TPHR7ZHA&tax=0.00&......
However, if the numbe... more >>
ASP.NET AppDomain - User code at Initialization
Posted by csprakash@yahoo.com at 1/14/2008 10:30:07 AM
Hi All,
I want to run some user when an Application is started, or when a
worker process is started. Application_Start, Init methods of
HttpApplication in Global.asax.cs are of not use, as they are called
only on the first call to an aspx page in the application. They are
not called during... more >>
RenderControl with Sub Controls.
Posted by Nigil at 1/14/2008 10:14:05 AM
Hi Guys,
Does anyone know how to RenderControl with sub controls? cos I am having
issues with that.
Following is my code.
Inside my UserControls, I have a Repeater.
<form method="post" class="Form1" runat="server" id="Form1">
<div id="Main_Div" runat="server">
<Test:Ctr... more >>
Open MS Word 2003 document from VS2005- ASP.NET web page- Help nee
Posted by Ravi at 1/14/2008 10:13:05 AM
public WordApp()
{
//oWordAppl = new
Microsoft.Office.Interop.Word.ApplicationClass();
}
When I click a button in my aspx file I geet the followign error. I am
trying to open word from server side (Word is also isntalled in windows2003
server)
Retrieving the COM ... more >>
site map and navigation
Posted by Jim at 1/14/2008 9:49:20 AM
Using aspx and vb, I have breadcrumbs for my site. The problem is that I
want the breadcrumbs to have all the pages listed from root, parent to
current listed in it. The only way I can do this is to have each page
listed in the web.sitemap file.
The problem is that I don't want all the page... more >>
Can't edit permissions on IIS 7
Posted by Gabriele Murari at 1/14/2008 9:42:14 AM
Hi all.
I have a problem with IIS 7 on windows vista.
I'm working with VS 2005, and i've created a web site. The problem is
that i can't access to the web server of my pc from other pc of my
lan. I don't think that it's a problem of domain permission. I've
noticed that right clicking on a web s... more >>
Page_Load on browser Back button
Posted by Ian Semmel at 1/14/2008 8:22:56 AM
Is there a way to get the Page_Load event to fire if the user clicks the
Back button on the browser rather than clicking a hyperlink ?
... more >>
Selecting Item in a Repeater list
Posted by JesperGJensen at 1/14/2008 7:44:05 AM
I have a list of 5 streets. I need to list these 5 streets to a user
who must then be able to click a street and select the street.
I had thought of using a Repeater control to liste the 5 streets and
in each ItemTemplate create a LinkButton.
If i do this i create a Selected_Changed method and... more >>
Looking for automatic .config file modifier
Posted by DC at 1/14/2008 6:41:41 AM
Hi,
before I start to program a tool from scratch I wanted to check if
somebody knows an existing solution: we often have the demand to
modify a certain config value in many .config (web.config and
Enterprise Library config - yes we still use them) files. For example:
change <pdfprod>pdf01</p... more >>
populate FormView fields from a DropDownList
Posted by mkidd at 1/14/2008 5:55:40 AM
Hi,
I'm trying to build an online form using asp.net and vb.net for the
code behind in Visual Studio 2005.
I want to fill 3 fields in a FormView that's connected to one table
(table1) with information from another table (table2) by choosing the
key field from table2 in a DropDownList.
Ta... more >>
DownLoad Process
Posted by Husam at 1/14/2008 4:43:01 AM
Hi EveryBody:
I am working in ASP.Net 2.0 by Vb.Net the code behaind, My project Is a web
site that allow the user to upload and download file to the web site. I have
database that will save all the uploaded files by the user.
My question Is :
When you go to web site you find link that... more >>
MapPath/PhysicalApplicationPath change on reload
Posted by IDC at 1/14/2008 4:08:00 AM
Hi,
I have a problem accessing files in my ASP.NET 3.5 project after I publish
it. When I load a page for the first time Request.PhysicalApplicationPath
returns the correct directory (C:\inetpub\wwwroot\...) but on reloading the
page (or accessing the same page with different parameters) I en... more >>
Free MS E-books // Linq, Ajax and Silverlight 1.0 // Downloadable Books
Posted by sloan at 1/14/2008 12:00:16 AM
This is a FYI, and a complaint.
http://csna01.libredigital.com/?urvs5cn3s8
Introducing Microsoft LINQ
by Paolo Pialorsi and Marco Russo
ISBN: 9780735623910
Introducing Microsoft ASP.NET AJAX
by Dino Esposito
ISBN: 9780735624139
Introducing Microsoft Silverlight 1.0
by Laurence Mor... more >>
|