all groups > asp.net > january 2008 > threads for saturday january 12
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
Web.config
Posted by Fresno Bob at 1/12/2008 11:13:55 PM
Is it possible to next app setting keys (like below) or multiple config
files.
<appSettings>
<Category1>
<add key="NestedKey" value="server" />
</Category1>
<Category2>
<add key="NestedKey" value="server" />
</Category2>
</appSettings>
... more >>
hierarchy query
Posted by Tem at 1/12/2008 9:20:13 PM
I have a table that looks like this. Each row is a reply or a topic when
IsAReplyTo = 0
I need to write a query that pulls all rows of a hierarchy of a given ID
Table Forum
ID IsAReplyTo
4 0
9 4
27 4
63 27
73 0
82 63
given... more >>
linq #Region "Extensibility Method Definitions" is empty
Posted by john at 1/12/2008 6:19:48 PM
SubmitChanges() works on some tables everytime & not at all on others and
the only thing I see different is that it is not creating any code like this
on the one that does not works, the one that does work has code between the
region, and it exist in 2 places with all the code in between, and... more >>
formview preview
Posted by Tem at 1/12/2008 5:37:16 PM
Is it possible to add a preview page before the actual insertion of data
using the formview control?
1 - enter data
2 - preview (display entered data)
3 - insert
as opposed to just
1 - enter data
2 - insert
Thanks
Tem
... more >>
Help with listbox
Posted by glbdev@gmail.com at 1/12/2008 2:30:17 PM
Hi.
I am trying to loop thru a listbox and retreive the value for all
selected items.
Example of listbox items:
<option value="1">Item 1</option>
<option value="2">Item 2</option>
<option value="3">Item 3</option>
<option value="4">Item 4</option>
<option value="5">Item 5</option>
Her... more >>
Data Type Equivalents
Posted by Elmo Watson at 1/12/2008 12:56:39 PM
I know that Varchar in SQL Server is String in VB.Net, and INT is
Integer - - but I'm not sure I'm aware of all of them
Does anyone know of a good list which shows the equivalent data types from
SQL Server to VB.Net?
... more >>
Configure Update Panel to run a particular method only?
Posted by John Kotuby at 1/12/2008 10:13:41 AM
Hi all,
I have an update panel that holds only 2 listBoxes in a page surrounded by
40 other controls.
The purpose of the panel is -- select an Item in ListBox1 and update the
contents in ListBox2.
I have Autopostback="true" on ListBox1.
Even though ListBox2 is actually the only thing refresh... more >>
Control Event. Please, need some help. Thank You.
Posted by shapper at 1/12/2008 9:59:43 AM
Hello,
I am creating a custom control and I need to define a custom event
with its own arguments.
I would like to use the ASP.NET standard way to do this, i.e:
Private Sub MyCustomControl_Submited(ByVal sender As Object, ByVal
e As MyCustomControlEventArgs) Handles mccTest.Submited
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Configure Data Source Wizard
Posted by rodchar at 1/12/2008 8:40:03 AM
hey all,
i'm manually adding my items to my dropdownlist that will filter the
gridview under it.
i go thru the Configure Data Source Wizard on the gridview in which i
specify the dropdownlist control value to be the filter in my WHERE clause.
it works fine except i don't know how to get t... more >>
Problem connecting to SQL Server Express in ASP.NET app running on Vista
Posted by egress at 1/12/2008 4:41:24 AM
I've created an SQL Server Express database with one table that I use
in my test envionement (Windows Vista). I'm developing an ASP.NET web
app with VS 2005 and try to connect to the express server to retrieve
some simple data (no not Membership data). My connection string is:
<connectionStr... more >>
Practice Test Search Engine, It will be your best web site | http://exams.googletoad.com
Posted by Savas Ates at 1/12/2008 1:02:51 AM
http://exams.googletoad.com
Just write your exam number or general phrase
(70-227,642-642,cisco,oracle,microsoft,hp,juniper etc.) and hit the search
button.
Choose your dump (actualtests,pass4sure) , click detail page and
click
download button.
If you have any request just fill the... more >>
|