all groups > asp.net > june 2006 > threads for saturday june 17
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
No value given for one or more required parameters
Posted by André at 6/17/2006 10:24:43 PM
Hi,
I created a button in order to delete all the records at once in a gridview.
But i get the error: No value given for one or more required parameters
Thanks
André
The aspx file contains:
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="..."
....
</asp:SqlDataSou... more >>
How to insert at first
Posted by ad at 6/17/2006 9:18:53 PM
I have a dropdownlist, and it's Items is bound to a TableAdapter.
After the Dropdownlist bound, I want to add a items to the DropDownList's
Items, but it always at bottom.
How can I add the new items at the top?
... more >>
Source code...
Posted by RAB at 6/17/2006 9:17:37 PM
I don't want anyone to see my rendered HTML code on my asp.net pages.
(i.e. view -> source). Is there anyway I can keep this private?
Thanks,
RABMissouri
... more >>
Scope of Dataset..
Posted by BB at 6/17/2006 9:10:32 PM
Hi,
I am new to asp.net. I have created simple page with Grid View . I have
created dataset which is I am using as data dsource for Grid View...Now
question is ...how can I change select command dynamically? what event I
need to write code? In other words..when i create data set is that g... more >>
How widely deployed is version 2.0 at this time?
Posted by Carl Tribble at 6/17/2006 7:43:35 PM
Hi,
My web hosting provider (IX WebHosting) does not have version 2.0 of ASP.NET
yet. Is this common or do most providers now have version 2.0?
Thanks,
-Carl
... more >>
is the value passed via HiddenField to client-side always string?
Posted by André at 6/17/2006 5:20:59 PM
Hi,
I want to pass a integer value to client-side via a hiddenfield created in
the aspx (HiddenField1)
dim myvalue as integer
myvalue=5
HiddenField1=myvalue
When fetching in Javascript, the value is of type string.
var myvalue=document.getElementById("HiddenField5").value
Is this by ... more >>
Any Asp.Net 2.0 login control example?
Posted by nick at 6/17/2006 5:18:02 PM
I want to build a secure login using credentials in web.config file. Any
exmaple shows how to do it?... more >>
Repeater : AlternateItems when no AlternateItems are defined.
Posted by craigkenisston NO[at]SPAM hotmail.com at 6/17/2006 4:44:06 PM
I discovered by accident, that ItemCreated sees
ListItemType.AlternatingItems even when no alternate items are defined.
I thought, that this method would just receive all the EventArgs as as
normal ListItemType.Item,since I did not defined AlternateItemTemplates
in my repeater.
Funny, isn't it ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Atlas ASP.NET Profile Service Not Working
Posted by msnews.microsoft.com at 6/17/2006 1:10:58 PM
Hello, I was wondering if anyone has gotton profile Service for Atlas to
work. I followed the instructions on setting up Membership login, and
programmed a simple page with a drag panel. But the information is not
saved when I closed out and go back to the website. Thanks.
... more >>
forcing code to run - httpmodule etc.
Posted by cisco at 6/17/2006 12:34:01 PM
Let's say i have something, that will eat up a lot of cpu cycles, that i
want to run for the whole webpage( asp.net application and all subfolders
underneath). What's the best way to accomplish this? I can't have anyone
'turn off' this feature or atleast not anyone who is not an administrat... more >>
Not Buid errors when build, yes build erros when deploy, why?
Posted by Pedro Mir at 6/17/2006 11:53:10 AM
Hello,
I get no build errors when I select build option. However, I get errors when
try to deploy the website,
Why this occurs?
Thanks,
Pedro
... more >>
Help with web.config.(authentication mode form
Posted by parez at 6/17/2006 10:03:03 AM
Hi,
I want to use form authenitcation for all files under one directory.and
none for the parent.
How would it web.config look like.
Thanks..
... more >>
Disadvantages of using windows-1252 codepage?
Posted by DC at 6/17/2006 5:14:00 AM
We are about to go online with an ASP.Net site. We have found that it
is easiest for us to use windows-1252 content encoding, since that
solves our problems with some special characters. Are there some
general disadvantages about using this codepage (most sites I know use
utf-8 or iso) - I am th... more >>
user control problem
Posted by Rotsey at 6/17/2006 12:00:00 AM
Hi
I have a ASP.NET 2.0 problem I hope you could help me with, I have had
problems trying to find an answer to this
I will be brief.
I have a user control that has only a <asp:table> tag on it.
I then want to build the control programmatically on page load.
One the controls I add... more >>
|