Search the web
Sign In
New User? Sign Up
AspNet2 · Free ASP.NET / .NET Help
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 560 - 591 of 591   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
560
Are you using a "detail view" that is linked to your gridview? If so you would need to do have an event tied to the the detail view to rebind your data: ...
Marje Palmieri
marje.rm
Offline Send Email
Sep 1, 2007
8:20 pm
561
this is done by inserting the line gridview1.databind() after inserting the row into database in Add button click event. thanks. ... From: Marje Palmieri...
waqas shahid
mwaqas_shahid
Online Now Send Email
Sep 6, 2007
12:27 pm
562
Hi Dear All. MY Problem regarding Accessing the Aspx Page from LAN. 1)i make a page for exampe abc.aspx, when i can run it on my local machine then it works...
mwaqas_shahid
Online Now Send Email
Sep 6, 2007
12:28 pm
563
You need to allow anonymous access to the website within IIS. Go to the start menu, run, mmc then press enter. Add the snap-in for Internet Information...
Chris Farrell
farleythegeek
Offline Send Email
Sep 10, 2007
9:48 pm
564
Hi, my application is written in ASP.net (VB.net) and uses an SQL express. I want to display DetailsView of the items in the database, with various columns...
Rusdie Cavalera
rusdie_c
Offline Send Email
Sep 28, 2007
8:03 am
566
Dear Salam, i m learning DotNetNuke, Hope that you can help me, my problem is that who can i make my own skin for DNN, i alrady try to seach on net about it...
mwaqas_shahid
Online Now Send Email
Jan 31, 2008
1:08 pm
567
Dear, i make skin and send to you with this mail as attachment. 1)it installed properly, 2)But when is go for applying skin when i select my skin then there is...
waqas shahid
mwaqas_shahid
Online Now Send Email
Jan 31, 2008
8:52 pm
568
Hi Guys, Got some interest in reading short, interesting, tip like articles/posts on .Net? Then had you been at my blog lately? No? Well, then here you go!! ...
Muhammad Shahzad
aasi_248
Offline Send Email
Feb 6, 2008
7:00 pm
570
Hopefully someone can help me here, I am at a loss on how to do this. I have a simple gridview that I would like to dynamically chance the background color in...
John Taylor
tay01020
Offline Send Email
Feb 29, 2008
3:34 am
571
in the Row_DataBound event, you just need to grab the cell that has the magic value and set the color. Something like this... protected void...
Dean Fiala
kindawords
Offline Send Email
Feb 29, 2008
3:51 am
572
Thats your solution makes it seem so easy. I think I was over thinking it a bit.One question though, was is RowData in your code. I got an error saying that...
John Taylor
tay01020
Offline Send Email
Feb 29, 2008
4:18 pm
573
Sorry, that's a local variable for holding the data associated with the GridView row if (e.Row.RowType == DataControlRowType.DataRow) { //add here DataRowView...
Dean Fiala
kindawords
Offline Send Email
Feb 29, 2008
4:25 pm
574
Hi, I am using formview control in my webform, I have created a list box control in inserted item template of formview control which is binded to the database....
Ricky
vikas.vashistha
Offline Send Email
May 28, 2008
2:09 pm
575
For listboxes you have ListControl.GetSelectedIndices() which is a collection, or ArrayList of the items selected. These can be saved individually or as one...
mallard
ttmallard
Offline Send Email
May 28, 2008
6:18 pm
576
Hi, In my first attempt at using AJAX controls and extenders, I have run into a situation where I don't even know if it is possible. I am creating a form that...
glovitz
Offline Send Email
May 28, 2008
7:52 pm
577
Hi Friends, I need your immediate help. I am unable to install MS SQL Server 2005 on my HP Laptop with Win-XP Professional 32 bit OS. When installation of MS...
write2ashman
Offline Send Email
Jul 15, 2008
11:36 am
578
Check the installation log file, it will tell you what didn't install correctly and might provide a hint as to why. I've seen this happen when another version...
Dean Fiala
kindawords
Offline Send Email
Jul 15, 2008
11:41 am
579
Hi, Thank you very much for your reply. While checking the log file, I do not find any details of the utilities of SQL Server that were not installed properly,...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 15, 2008
2:01 pm
580
U Can check my reply at the post http://forums.asp.net/t/1247926.aspx Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD, MCTS , MCPD ) ... From:...
kamran shahid
kamii47
Offline Send Email
Jul 18, 2008
11:43 am
581
What does that have to do with Installing SQL 2005? ... -- Dean Fiala Very Practical Software, Inc Now with Blogging... http://www.vpsw.com/blogbaby Microsoft...
Dean Fiala
kindawords
Offline Send Email
Jul 18, 2008
11:45 am
582
Hmmm, does your machine use more than one profile? Are you in the administrator's group on it? Sounds like permissions ... tom mallard .net web apps - project...
mallard
ttmallard
Offline Send Email
Jul 18, 2008
8:58 pm
583
Hi, Following are the tools that I am failing to install on my computer. MSXML6 SQL Server Database Services Analysis Services Reporting Services Notification...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 19, 2008
10:03 am
584
When you say you can't install, what are the error messages, you're giving us nothing to go on. Are you logged in as Admininstrator? Are you on a network, are...
mallard
ttmallard
Offline Send Email
Jul 19, 2008
1:17 pm
585
Hi Friend, 1. I have got Win XP Professional installed on my computer. My computer is 32 bit machine so I am installing X86 MS SQL Server 2005 Developer...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 19, 2008
6:27 pm
586
Dear Mallard, Thank you for writing me and sparing time for my issue. There are three profiles on my machine. One of them is Guest and other two have got...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 28, 2008
11:47 am
587
I want to see selected record form data base record in grid view by clicking a button so please help me ASP.NET...
usmanwwi
Offline Send Email
Jul 28, 2008
11:48 am
588
These are Enterprise components ... i guess these will not be installed on winxp machine.. you should have enterprise version of OS   regards, ... From:...
Abdul-Hafeez Jamali
ahjzabistian
Offline Send Email
Jul 28, 2008
11:48 am
589
Hi Friends, Whatever guidence you provided me was not correct. Except Enterpric, all other versions of SQL Server Components are installable on Win XP...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 28, 2008
4:05 pm
590
Maybe time for Format C and start over Ashman, whatever is going on is weird or related to permissions. Have you logged into this machine as the local machine...
mallard
ttmallard
Offline Send Email
Jul 28, 2008
4:22 pm
591
Hi, Thank you for writing and helping. I have analysed that nobody goes through with history of Query being asked. I already mentioned in previous mails many...
Ashman Malhotra
write2ashman
Offline Send Email
Jul 28, 2008
5:08 pm
Messages 560 - 591 of 591   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help