all groups > asp.net > august 2007 > threads for sunday august 19
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 Application Project - ReportViewer Control
Posted by AG at 8/19/2007 8:57:40 PM
I am trying to use a ReportViewer control in a VS 2005 web application
project (not Website project).
When I try to create a new report (local), I can't seem to find any method
to create a datasource. I would like to use an existing class object.
The examples I have found state that the class ... more >>
Latest models of Gibson guitars
Posted by mobilendd NO[at]SPAM gmail.com at 8/19/2007 5:34:58 PM
Reviews of latest models of best guitars, fender, gibson, yamaha, and
many more, with pictures and prices.
http://pro-guitars.blogspot.com/
And if you want to win a free guitar go here
http://freeguitars.blogspot.com/
... more >>
FormView FindControl issue
Posted by Bryce at 8/19/2007 5:01:31 PM
ASP.net 2.0, using Visual Studio 2005
Can't seem to figure out how to get a reference to a control in a FormView.
I have tried the following code:
Control list = ArticleDetailView.FindControl("IssueYearDropDown");
during several event handlers, including FormLoad,
ArticleDetailVi... more >>
question about viewstate
Posted by Britt at 8/19/2007 4:59:26 PM
Hi,
when enableviewstate="true" i can see in the page source something like:
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwUKLTE2MjY5MTY1NQ8WAh4FY291bnRmFgICA==" />
Now i do enableviewstate="false" in the same page. But in the page source, i
still can see:
<input ... more >>
Navigation menu with repeater control
Posted by Fabx at 8/19/2007 4:45:47 PM
Hallo,
sorry for my english.
I want to build a navigation menu with the repeat control, the items of menu
are in a table of database.
All items of the menu have class="MenuLink", but the item of the menu of
the page that I am visiting would to different style, as an example class=
"Me... more >>
GridView and html
Posted by pelegk1 at 8/19/2007 3:56:01 PM
i have i the db html data like :
<sapn color="#aabbcc">aaa</span>
when i see it in the GridView ->html source, isee it like
<span color=.................
the thing is that u dont wnat thesource code to show <
but rather the original html code,beacuse whn i watch at the tabblem
instead of seei... more >>
.Net RSS Feed library with Filter...
Posted by Siva at 8/19/2007 3:11:47 PM
Is there a commercially available RSS Feed API written for .Net (C# or
VB.Net) preferably containing methods to set filter terms to search
within the feeds?
Please let me know if anyone has had any experience with any of these
tools.
Thanks
-Siva Ramaswami
... more >>
Multi column header gridview | ASP.Net 2.0
Posted by tirath at 8/19/2007 12:21:06 PM
hi,
I want to display data in on my web page, in gridview in this format:
Group A Group B
A1 A2 B1 B2
Test 1 1 2 1 2
Test 2 1 2 1 2
Group A is header to columns A1 and A2 and Group B is header to
columns B1 and B2.
How do i add header to columns A1 A2 and B1 B2?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL Membership Provider Problem
Posted by GaryDean at 8/19/2007 10:46:04 AM
My ASP.Net application, that uses the SQL Membership Provider, runs fine on
my development box (server2003) as long as I use the standard provider.
But, in anticipation of deployment to other servers I am attempting to
register another provider instance.
I'm not sure this is the right deplo... more >>
Strange Errors...Don't Understand
Posted by Paul Buzza, oldster using new tools at 8/19/2007 5:38:01 AM
I recently implemented error processing on my .net website, where I send
myself an email from global.asax on an application error. In the last two
days I have gotten a "The file '/detail.aspx' does not exits" type
error--with two different file names. In both cases, I searched my entire
so... more >>
onclose problem
Posted by marko at 8/19/2007 12:00:00 AM
hi to all
I want to catch onclose time the browser.
onunload or unbeforeunload events uselessness,
maybe with open a another window, but this window catch to popup blocker.
I want to find out a way to do.
Regards
... more >>
|