all groups > asp.net > july 2007 > threads for friday july 20
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
Instanciar COM en Cliente
Posted by Mauricio Correa at 7/20/2007 11:24:31 PM
Hola un saludo a todos, quizás el titulo suene algo confuso, para mi lo fue
cuando lo escuche, la historia es algo así....
Llego un desarrollador contándome que había realizado una aplicación en ASP
..NET mediante la cual instanciaba un objeto COM... hasta ahí todo bien, pero
luego me dijo ... more >>
How to send a Votingoptions mail
Posted by dgf at 7/20/2007 8:52:47 PM
Hi
How to send a Votingoptions mail in ASP.NET
Regards
Satyawan
... more >>
ASPNETDB membership security on remote DB.. Roles?
Posted by jobs at 7/20/2007 7:07:43 PM
Im keeping my aspnetdb on a remote server instead of the default local
sql express db on under my project. everything is working well and i
have the right settings under my web.config. I now added role security
and it insiste on creating a local db and adding it there..
any way around this?
... more >>
Problem wiht objectdatasource
Posted by MG at 7/20/2007 4:35:36 PM
using object data source is efficient or not? that remains a question. also
this has led to an argument between my superior and myself.
i want to know would a connected datasource(example datareader ) be
preferred over objectdatasource.
how would i know efficiency in either case? any metrics... more >>
post html to asp.net page for validation and emailing
Posted by csteacy NO[at]SPAM gmail.com at 7/20/2007 4:15:40 PM
Hello,
I am pretty new to asp.net and I've been trying to figure out how to
take a static HTML web form data and send it to an asp.net page to
validate 1 field and then if it passes the validation, create an e-
mail message using jmail and send it to the specified e-mail address.
I've tried usi... more >>
IIS Problems in Vista
Posted by David Hearn at 7/20/2007 3:56:10 PM
I just moved to Vista and added IIS. Everything that I see indicates that
IIS is running as it should be. However, when I open up VS2005 and try to
create a new website, only filesystem is available. The option for creating
a site on localhost is not available (greyed out). Anyone know why?
... more >>
Controls in repeaters
Posted by MattB at 7/20/2007 3:27:53 PM
I'm using asp.net 1.1/vb.net.
I have a repeater that shows posts, like a web board type of thing.
I want to put controls on it that I may want to disable and/or hide
depending on the bound data and session state.
I've figured out how to put something like a linkbutton on there, but
how ca... more >>
Gridview and column with variable image
Posted by Froefel at 7/20/2007 2:56:15 PM
Hi group,
I'm looking for some help on how to achieve the following in a
gridview control that is based on an ObjectDataSource.
The SelectMethod of the datasource returns a list of Customer objects.
Each Customer object has a property "Notes".
When I display the list of customers in the gri... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Looking for Ideas - multiple long running stored procedures
Posted by Elmo Watson at 7/20/2007 2:39:42 PM
I'm part of a team that has been given a project that I'm a little lost on,
so I'm looking for input on how this could be accomplished. We don't have
much time to fully develop this, so it has to be as simple as possible
Let's say we have 5 - 10 existing stored procedures (that can't be chang... more >>
How to pass large amount of data to a script that generates a dynamic image?
Posted by computer_guy at 7/20/2007 2:10:46 PM
Hi Everyone,
I am writing an HTMP page like below:
---------------Dynamic HTML Page report.aspx-----------------------
1. Complicated algorithm to generate data and store it in memory
2. Inline Image to visualize generated data in graphic format.
<img id="ss_img" src="Charting.ashx?da... more >>
HtmlInputFile control problem
Posted by Srini at 7/20/2007 2:08:02 PM
Hi,
Any one can help me out in this regard? The problem is:
After selecting the file using HtmlInputFile Control(Browse option), how to
set selected value(File path) between different postbacks? Because as we know
we can't set the value properity as it is get properity. So if any hack is
t... more >>
DLL Information
Posted by Joe at 7/20/2007 2:04:04 PM
Alright after much researching, I've come to the conclusion that I
need to post this here hoping to get a solid answer. I'm looking to
create a DLL that is capable of being used on all platforms that I
mentioned in my subject (1.1 framework, 2.0 framework, old ASP) I'm
hoping to be able to cre... more >>
1 solution and multiple websites
Posted by Jaap at 7/20/2007 12:32:26 PM
I have got 1 VS-solution with 1 project and multiple folders. Each
folder consists of files for 1 website with cultural differences with
a specific default.htm.
so:
\root\global.asax
\root\deDE\default.htm
\root\frFR\default.htm
\root\NLBE\default.htm
In this multi cultural solution ea... more >>
doubt on Connections and Dataadapters
Posted by Stewart at 7/20/2007 12:10:56 PM
Hi People,
I have been coding in vb.net and c# for last six months, I am new to
coding and we are using 3 tier architecture. In the DAL in each and
every method I open the connection and close it in the finally block
of the try catch block, if I am not using a DataAdapter.
1. Is this correct?... more >>
Problem with cookies
Posted by hplayer03 at 7/20/2007 12:10:19 PM
i've run into an interesting problem and cannot seem to find a
solution. I have a site that when loads writes a cookie and trys to
read it to see if cookies are enabled. If it fails it redirects to an
error page telling to enable cookies. Now when I block cookies in
firefox i get the appropri... more >>
Run external exe
Posted by Rafael tejera at 7/20/2007 11:01:22 AM
How I can run an external executable that must run in the server side from
the client browser.
This executable has some parameters.
Sincerely,
Rafael
... more >>
Unrecognized Tag prefix or device filter "asp"
Posted by Rick at 7/20/2007 10:54:43 AM
I'm in the process of migrating a huge web project from VS 2003 to VS 2005.
In all my html pages I'm getting the following error: "Unrecognized tag
prefix or device filter "asp"".
Some of the articles I've read say this is do to an issue with Master pages,
but I'm not using master pages. I al... more >>
drop down list - how to force selected item
Posted by Geary at 7/20/2007 10:14:23 AM
I have a drop down list on an asp.net 2 page that is bound to a table.
By default it displays the first item as the selected item. But I want
to make sure that the user must change the selection. I am using the
change-selection event to trigger so other code. If the user is
satisfied with... more >>
changing the style of a button inside a Login Control?
Posted by jobs at 7/20/2007 10:05:04 AM
Any way to change the style of a button inside a Login Control? Any
way to assign a skin id to the control, that impacts a control (like
button) inside the control?
thanks for any help or information.
... more >>
/robots.txt at end of URL?
Posted by Les Caudle at 7/20/2007 9:22:11 AM
I'm noticing that web requrests are coming in with /robots.txt appended at the
end:
http://www.domain.com/ProductDetails.aspx?productID=527/robots.txt
I can correct these, one by one for each page, but I'd like to find a way to
have ASP.NET 2.,0 strip this invalid /robots.txt off the end of ... more >>
ASP.NET Master Page & Dynamic Page Title
Posted by Chris Walls at 7/20/2007 8:25:56 AM
We have a web application that is using a master page. This application is
being localized for multiple languages so for that, and other reasons, we
would like set the page title in my code behind. We've tried using the
following syntax. It doesn't raise an exception, but the title is not b... more >>
load ascx and set properties
Posted by at 7/20/2007 7:45:54 AM
Hi,
[using asp.net 2.0 framework]
I'm using loadControl to load an ascx into a variable.
This works ok but I'm having to load the control into an Object
variable
e.g.
Dim aWidget As Object = Me.LoadControl("/assets/components/
Widget.ascx")
I'd like to be able to load it into a variable of... more >>
ClientScript.RegisterStartupScript problem
Posted by HockeyFan at 7/20/2007 7:20:04 AM
My function to get an alert box on the page isn't working.
Instead it puts in the bottom section of the page:
<script type="text/javascript">
<!--
This is a test// -->
</script>
The function is:
public static void MessageAlert_Create(ref System.Web.UI.Page
thePage,
... more >>
ASP.NET Listbox Client Side changes not reflected on page
Posted by chandru at 7/20/2007 6:58:58 AM
Hi,
I am adding some values to the ASP.NET ListControl on the client side
javascript
and this is not reflecting on the server side.
I thought the input and select fields should reflect the changes on
the server side.
I know that the post backs doesn't post all of the HTML only the
changes etc... more >>
DropDownList and DataSet. Where is my error?
Posted by Emanuele at 7/20/2007 6:20:45 AM
Hi People, I want populate one DropDownList with a DataSet.
I've got one problem when I pass the data and text value. My code
(propabily wrong)
pass always the first value of my droplist.
DataSet dst = new DataSet();
dst = myobject.GetDataSet();
droplist.DataS... more >>
Mixing SSL/non SSL pages
Posted by tesis at 7/20/2007 2:40:09 AM
Hi all gurus;
forgive me if I'm writing about a basic question.
I need to call a secured (SSL) page from a .aspx page. Calling an
absolute URL rises an error (invalid path... Virtual path required), so
I'm not able to intermix http and https calls. Is there a way to make it
so? TIA
*** ... more >>
How to call an aspx that accepts parameters through HTTP POST and returns an image, and then display the image in my html?
Posted by computer_guy at 7/20/2007 1:50:16 AM
Hi Everyone,
I run into a problem. I am trying to write an aspx that can
dynamically generate an image based on some input parameters.
Things are very simple if the size of the parameters is small and I
can put them on the URL and pass them in as HTTP GET. In my image
generation script I ju... more >>
Databound AjaxControlToolKit Accordion Control: How to access Controls
Posted by anjali.lourda NO[at]SPAM gmail.com at 7/20/2007 1:19:35 AM
Hi,
We are trying to use the accordion control from ajaxcontroltoolkit by
databinding to an sqldatasource.
The accordion binds to the datasource perfectly. However, We are not
able to access the controls or their values which were bound.
Please let me know which is the away to access that
Gi... more >>
Move search to .exe
Posted by Paul at 7/20/2007 12:15:54 AM
Hi all,
I'm looking for a bit of advice. A project i'm currently working on
uses a custom search facility. The client has recently asked for the
functionality of the search engine to be extended, so people can use
speech marks to enclose certain words and various other characters.
I have code... more >>
Messages not posted to forum
Posted by Froefel at 7/20/2007 12:01:49 AM
This is really a test message. I've been trying to post messages to
this forum the past severeal days, but even though I get a copy of the
message in my email after it's been sent with Google Groups, my
message doesn't show up in the group. Has anyone else experienced
this?
-- Hans
... more >>
Fetching Records FROM mssql...
Posted by LamSoft at 7/20/2007 12:00:00 AM
I've got some perfermance issue while fetching data from MSSQL
I have a gridview, the datasource is a objectdatasource, and the
objectdatasource is pointed to the dataset.
The Select Query in dataset is something like "SELECT * FROM myTable"
while the "myTable" has more than 1M records..
... more >>
Can asp.net run another program on the web server?
Posted by chenhong at 7/20/2007 12:00:00 AM
If it's possible, can the program run under another credential?
TIA
... more >>
|