all groups > asp.net > february 2008 > threads for monday february 18
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
Make Process IO Redirects persist between pages
Posted by Evan at 2/18/2008 11:44:49 PM
Hi,
I'm creating a web application that runs a java application to handle
some processing in libraries that I've only been able to find written
in java. In VB.Net I'm creating a Process with ProcessStartInfo and
settings RedirectStandardInput and RedirectStandardOutput to true so I
can send i... more >>
Datagrid - include jpegs
Posted by Jonathan at 2/18/2008 11:31:34 PM
In one of the 4 output columns of my Datagrid, I have a Yes/No Boolean
field.
I'd like to show a graphical tick (e.g. tick.jpg) or a cross e.g.
(cross.jpg) instead of True/False or Yes/No.
How could I do that? Here's the code:
</head>
<%@ Page language="VB" Debug="true" %>
<%@ Impor... more >>
How do I have datagrid hyperlinks?
Posted by Jonathan at 2/18/2008 11:26:48 PM
In the sample code below, how do I make the various text items in a datagrid
column have a clickable hyperlinks?
e.g. Ford Mustang
should be a link to www.mysite.com/mustang.htm
</head>
<%@ Page language="VB" Debug="true" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespa... more >>
How do I set Datagrid column widths (ASP Vb.Net)?
Posted by Jonathan at 2/18/2008 11:18:17 PM
I am new to Datagrids and asp.net (VB).
In the sample code below, how do I set the Datagrid widths of the 4 columns
I have from the query I have in the in the Access database?
</head>
<%@ Page language="VB" Debug="true" %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="Syste... more >>
Anonymous Profiles ?
Posted by Sagaert Johan at 2/18/2008 9:58:29 PM
Hi
I would like to know where Anonymous Profiles are stored, are the stored on
the sql server or can the storage be in a cookie ?
Correct me if i am wrong but i think Anonymous Profiles are the only way to
use strongly typed variableles to use in a session.
For now i put my variables in a... more >>
Right Click Event doesnot fire in WebMonthView
Posted by Shaheen.Pisces@gmail.com at 2/18/2008 9:58:17 PM
i want to display different context menus based on the selected
activity type in web month view. using left click this functionality
can be acheived. problem is that right click on web month view date
does not fire the Click (client side event) of Web month view. Is
there any way to do this?
... more >>
showModalDialog and TreeView problem
Posted by David at 2/18/2008 8:37:53 PM
Hi all,
I am opening a webform with showModalDialog. This appears to pop-up fine,
though I have a problem...
Inside the webform is a treeview control.
When the treeview is populated, I am setting the treenode navigateurl to
javascript:Click('test')
This does not work. It opens a new ... more >>
ListView and LinqDataSource. Delete item
Posted by shapper at 2/18/2008 6:26:14 PM
Hello,
I have a ListView connected to a LinqDataSource. It uses a table,
named Tags, with 2 fields: TagId and Text.
I need to add a column named active. For this I created a
LinqDataSource custom selecting:
Private Sub ldsTags_Selecting(ByVal sender As Object, ByVal e As
LinqDataSourceSe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
change to code-behind
Posted by Keith G Hicks at 2/18/2008 4:45:41 PM
I have a pretty small project right now that I just started last week. I
have one master page and several content pages based on that master. I had
originally neglected to set up the master with code-behind. So now it and
all my other pages are not set up that way. If I create a new website
proj... more >>
Passive mode
Posted by jaems at 2/18/2008 4:13:38 PM
Please can someone explain the significance of selecting passive mode when
connecting with FTP in VS 2005 or 2008
Is selecting it likely to prevent VS2008 repeatedly downloading he same
files when I change page?
Jaez
... more >>
vs2005 to vs2008 problems
Posted by GaryDean at 2/18/2008 3:24:41 PM
Sorry for so many posts today. Converting from XP/vs2005 to Vista/vs2008...
I have a working website in VS2005. I transfer it over to my vista computer
and setup IIS there and when I try to browse it I get the following
exception. Line 43 is highlighted in red.
Anyone know the cause? I... more >>
How to pass user name and password to Apache server.
Posted by davem at 2/18/2008 2:45:13 PM
I'd like to have a user be able to login on an asp.net 2.0 web page, then
redirect them to download some files that reside on an Apache server. The
issue I'm having is that I need to be able to pass the user name and
password entered by the user on the aspx page to the Apache server. I see... more >>
ToolKit for VS2008 - where is it??
Posted by GaryDean at 2/18/2008 1:46:34 PM
If you go to the ajax toolkit page at MSDN and hit the download button to
download the toolkit it redirects you to:
http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513
On this page it says:
2007-11-19 release of the AJAX Control Toolkit targets the of... more >>
How to conditionally show a button in vb.net repeater
Posted by miaminemo at 2/18/2008 12:21:50 PM
Guys -
I have my repeater working fine, but Im stuck on adding a button
conditionally to the repeater.
The repeater displays:
user,
questionAsked,
userAsked,
answer
I would like the repeater to have a 5th column populated with a button
that is visible only if the userAsked if the user... more >>
httpWebRequest / Javascript
Posted by Thomas Goodson at 2/18/2008 12:16:06 PM
Does anybody here have an example of using the httpWebRequest object in
ASP/JavaScript (um...JScript)? I need the basic ability to retrieve a web
page (most likely requested via a POST) into a string variable.
** Tom **
... more >>
Dependency.
Posted by shapper at 2/18/2008 11:52:34 AM
Hello,
I have a solution with 3 projects A, B and C.
Project A uses some classes of project B and C.
Do I need to copy the DLL's of projects B and C to A's Bin folder
every time I build projects B and C?
Can't I just define in A to use B and C dlls?
Thanks,
Miguel... more >>
Can't run views and stored procedures
Posted by John Dohn at 2/18/2008 11:40:18 AM
I can work with them just fine in VS but when I run my app, I get a select
permission denied error on any view and execute permission denied on any SP
in my web app.
All was worked fine until Friday and not since then.
Win Server 2003 SP4
VS 2003
ASP.NET 1.1
IIS 6.0
I am developing o... more >>
Problem installing ASPX pages on my local IIS
Posted by Lars at 2/18/2008 11:27:16 AM
Hi
I have an IIS server installed on my local PC and I want to publish my
ASP.NET site to my local webserver. I know the webserver is working since I
can add an index.html file and view in a browser through my no-ip.org domain
name. But when I publish my local Visual Studio 2008 (VS2008) pr... more >>
UpdatePanel not behaving as expected
Posted by DeekoVB5@gmail.com at 2/18/2008 9:47:08 AM
I can't get an UpdatePanel on my page to work. One control - an
ImageButton in a GridView - works the first time you click on it, but
then freezes all of the controls on the form. The paging controls of
the GridView refresh the entire page, as if the UpdatePanel wasn't
there. There is an outs... more >>
combine 2 rows into 1
Posted by Dave at 2/18/2008 9:44:51 AM
Is it possible to create 2 rows of output from SQL into 1 row for display
purposes?
My output looks like this
row1 1 2 3
row2 4 5 6
is it possible to combine them into 1 row so it looks like this
row1 1 2 ... more >>
Shared Global variable
Posted by coderr at 2/18/2008 7:43:07 AM
hi folks,
i have a simple question, I need a mechanism like Application State, a
global variable in the memory which is shared by all clients and also
i want to access it from a different PROCESS on the same server??
Another question: Is there a memory location (or a live object)
accessible ... more >>
How to fire a server side function from client side
Posted by Vili at 2/18/2008 5:26:22 AM
Hi all
I am having a problem here
Is it possible to fire a server side function from client side?
ie. I have a function on codebehind
Sub DoSomething(o as object)
'do something to o
End sub
and on button press I dynamically create few linkbuttons (or something
else if needed) ... more >>
<%# Bind(colname) %> in custom formview template
Posted by Rbrt at 2/18/2008 2:56:02 AM
I have a custom insert template in a formview control. If you create formview
insert and update templates at design time, you can bind their controls to a
datasource using the Bind syntax, for example,
<asp:textbox id="TextBox1" text='<%# Bind("dbField") %>' .../>
However, when you are bu... more >>
Apache 2.0.55 as SSL Forwarding Proxy for ASPNET Server: pb with <select> tag
Posted by Lou Gascou at 2/18/2008 1:55:05 AM
Hello,
I configured Apache as a forwarding proxy with SSL in front of
an ASPNET server.
Forwarding Proxy Server
Solaris 8
Apache 2.0.55 + mod_ssl,mod_proxy,mod_proxy_html 3.0
Forwarded Server
Windows 2003
IIS + ASPNET 2.0
Help material given:
+ List of tests done
+ ASPNET source c... more >>
facing problem in programming(update fields in tables)
Posted by Dhananjay at 2/18/2008 1:18:16 AM
hi all,
I am facing problem in programming.Can anybody please let me know how
to solve the problem.
I have a link, clicking the link opens a page in which there are some
data which is coming from different tables(join realtionship). And
some data has to be inserted in that page(textbox)
In thi... more >>
ASP.NET inserts trailing slash in tag
Posted by Harlan Messinger at 2/18/2008 12:14:05 AM
I created a new Web application in VS2005, and added a master page and a
content page based on it. I replaced the default XHTML doctype directive
with one for HTML 4.01 Strict.
In the master page code I placed a link tag, without a slash before the
closing ">". The compiler keeps sticking o... more >>
|