all groups > asp.net > march 2005 > threads for saturday march 26
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
updating a oldb datasource
Posted by merrittr NO[at]SPAM gmail.com at 3/26/2005 11:20:21 PM
I have a grideiw that feeds a detailView via 2 AccessDateSources the
detail view has and update command that
UpdateCommand="UPDATE [account] SET [acctnum] = ? WHERE [acctCode] =
[acctCode_ID_FK]"
does'nt update since it doesn't recognize the info from the DetailView
that it needs to do th... more >>
Scope of Web.Config
Posted by Arsalan at 3/26/2005 10:45:42 PM
What is the scope of Web.Config file ? Can I have multiple web.config file
in a project ? in case of multiple Web.Config file in a project, which one
will be accessed?
... more >>
Hosting web app from pc
Posted by Jimmy at 3/26/2005 10:09:09 PM
Hi
I am trying to let other people access my asp.net app through the internet.
Besides from any security issues i have tried this but other people cannot
reach my site. The url I want to be accessed is
:http://myip/myaspnetapp.aspx
ch Jim
-XP pro
-.net 1.1
-zonealarm 5.5.062.011
... more >>
protecting two different folders with forms authentication
Posted by Adam at 3/26/2005 8:45:19 PM
I have an asp.net site for which I want to protect two different folders
(for arguments sake, call them "members" and "admin").
I'm reading username and password info from a database, which is working
fine. My problem is that I can't see how, using the web.config file, I can
specify which ... more >>
Datareader and specific row
Posted by Daves at 3/26/2005 7:57:42 PM
with a Datareader is there any way to go directly to a specific row?
if not, can I at SQL level select a particular row number based on "order
by" date parameter?
... more >>
open window
Posted by ramin at 3/26/2005 6:39:01 PM
hi
i want to open a new browser window in client side with a specific URL.
the same as : <a href="aaaaaaaaa.com" target="_blank">
how i can do it with C# code?
thanks... more >>
Multiple Select Statements in resultset
Posted by Joe via DotNetMonster.com at 3/26/2005 6:03:24 PM
Hi,
I'm trying to use several select statements so that I don't need to call
the function several times. The next Result set always seems to read the
first select statement. I have the following:
Dim queryString As String = "SELECT TOP 1 ([tblPage].[Part]), [tblPage].
[PageNumber] FROM [t... more >>
Handling multiple Asynch Web Service Calls from an ASP.NET Web Page
Posted by ghost NO[at]SPAM themachine.net at 3/26/2005 5:00:11 PM
As the Subject indicates I have written a web page that makes use of
several web service calls.
Some of the web service calls are very fast so they called
synchronously. Some web service calls are longer running so I call
them asynch so that they can all run concurrently. The user base for
t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
javascript to check the text of a textbox and then continue
Posted by buran at 3/26/2005 4:36:30 PM
Dear ASP.NET Programmers,
I have a question about a script I'm trying to code and invoke when a button
(btnSave) is pressed on the page. This script should only run when a textbox
(txtAD) on the page is left blank. I tried to use a code snippet with the
"return confirm" function but without su... more >>
Newbiew use of DropDownList.
Posted by craigkenisston NO[at]SPAM hotmail.com at 3/26/2005 4:17:20 PM
Hi,
I think this is the first time I put a dropdownlist in a web form, it
correctly displays the values from the database and when I save the
form I'm able to save the corresponding value to the database. But when
I use the form to display data, the listbox does not automatically
display the ... more >>
Easy Question
Posted by Ryan Smith at 3/26/2005 2:17:02 PM
I have a code behind ASP.NET app and on one page I populate a user defined
structure from a database. I would like to pass that populated structure to
another page so I do not need to perform multiple database calls. Is this
possible and if so how?
Ryan... more >>
Error with Custom Control
Posted by Nikolay Petrov at 3/26/2005 2:14:19 PM
I've created a simple custom control with a textbox and buttom on it.
When placed in .htm page an empty box shown in IE.
I've added the site to trusted sites.
still no luck.
any ideas?
... more >>
Resize images on demand or once?
Posted by J'son at 3/26/2005 12:40:33 PM
Guys,
I have built an application for a client that allows people to list
their products for sale along with a photo of the product. If the photo
is too big, I currently resize it down when the image is uploaded and
store it in the database.
My client now thinks the images are too small and... more >>
Data base images
Posted by Jeff Simmons at 3/26/2005 12:31:51 PM
I have an object that has a collection of Photo in it. The Photo as
stored in the database as image type. Photo has a method that returns
the a Stream with the data so I can call System.Drawing.Image image =
System.Drawing.Image.FromStream(Photo.Stream). Now that I have an image
object how ca... more >>
Newbie to ASP.Net
Posted by bernardpace NO[at]SPAM yahoo.com at 3/26/2005 11:05:26 AM
Hi,
I am writing a small application and I am facing the 2 following
problems.
1)
I have implemented an authentication screen (simple username and
password), and when user signs in, I use the following and redirect
user to a main page
Session["connected"] = username;
When user tries ... more >>
DataGrid
Posted by I am Sam at 3/26/2005 9:41:03 AM
I have a rather complicated problem I need to sort out and wonder if anyone
can assist me.
The ingredients:
Two DropDownList Controls
One DataGrid
Purpose of Page:
User selects a menu using a DropDownList Control (DDLMenu). Depending on
the selection another DropDownList Control(DD... more >>
new page - begginer
Posted by ablyplus at 3/26/2005 9:03:33 AM
How to open aspx page on button click?
I would like to check values in check boxes, open some page and send these
values on that page.
Thanks
... more >>
Apllication variables in net
Posted by Bill at 3/26/2005 7:25:02 AM
I am in the process of converting 'classic' asp to asp.net. At application
startup (global.asax) I create a prototype of table structure. Throughout my
system I copy that application prototype structure into a local variable. I
find when I make changes to that local variable they are also ref... more >>
auto show/hide item's data
Posted by lydia sista via DotNetMonster.com at 3/26/2005 6:40:31 AM
hi! help...
How do you show/hide item's data?
Like sale item on product catalogue.
I want to show the sale image when the status of product is on sale.
in my catalogue I use datalist:
------------------------------------------------------------------
<ASP:DataList id="MyDataList" RepeatColum... more >>
Security Question
Posted by Manny Chohan at 3/26/2005 6:35:01 AM
Hi guys, I am using FreeTextBox to allow users to format text when they enter
such as making it bold, italic etc. When i hit the submit button, it gives me
an error: potentially unsafe data etc.
Now the only way i can get rid of it is to add entry validateRequest=False
on top of aspx page o... more >>
Refresh current frame
Posted by Just D. at 3/26/2005 5:08:14 AM
All,
How should we refresh the current aspx frame? I disabled caching using this
command on Page_Load():
Response.Cache.SetCacheability(HttpCacheability.NoCache);
but it didn't help.
The problem is that this page shows the client Logo image, then asks to
upload a new one if required, fin... more >>
RadioButton AutoPostBack does not execute JavaScript
Posted by M at 3/26/2005 1:54:29 AM
Hi everybody,
I have a Web form with something like:
<form id="Form1" method="post" onsubmit="javascript:submitForm();"
runat="server">
I need the JavaScript function submitForm() to execute everytime the form is
submitted.
I also have two RadioButtons with AutoPostBack set to true.
... more >>
What is the diffreence between <%= %> and <%# %>
Posted by ad at 3/26/2005 12:00:00 AM
I find there are some tag like <%= %> and <%# > in my .aspx file.
What is the diffreence between <%= %> and <%# %>
... more >>
How to control the horizontal position of a column in DataGrid
Posted by ad at 3/26/2005 12:00:00 AM
The horizontal position of a column in a DataGrid always is left.
Can we change it to center of right?
... more >>
How to present data on datagrid in another pattern
Posted by ad at 3/26/2005 12:00:00 AM
I have a employee table, with a filed sexID
The field store 1 for male and 2 for female.
I want to display this field in a DataGrid with male or female , not 1 or 2.
How can I do that?
... more >>
How to present data on ASPxGrid in another pattern
Posted by ad at 3/26/2005 12:00:00 AM
I have a employee table, with a filed sexID
The field store 1 for male and 2 for female.
I want to display this field in a ASPxGrid with male or female , not 1 or 2.
How can I do that?
... more >>
Passing a Variable from a dataview
Posted by Jim via DotNetMonster.com at 3/26/2005 12:00:00 AM
Hi,
I'm assigning the value of a variable(MotivateNumber) in a Dataview object
of a dataset. I get the correct value in the dataset. When I try to run the
function to get the value I get a 0. How can I pass the variable to outside
the function. It's declared outside:
Dim MotivateNumber a... more >>
First Record in DataView
Posted by Jim via DotNetMonster.com at 3/26/2005 12:00:00 AM
Hi,
How can I retrieve the first record in a dataview:
Dim dvNumber as New DataView(tbllist)
dvNumber.RowFilter="PageType='Parag'"
datagrid1.DataSource=dvNumber
So normally with a select I would use Top 1
Thanks
--
Message posted via http://www.dotnetmonster.com... more >>
|