WM Security Upgrade
Sun, 20 Jul 2008 18:17:05 -0700
I have been downloading audio books from the library. When I download the wm
security upgrade it says it has downloaded but the play button never becomes
active to press on it in order to finalize the download.
Can anyone help me?
I have vista and media player 11. I also trying to burn the books at mp3
spe ...
|
log4net error with RollingFileAppender
Sun, 20 Jul 2008 09:07:31 -0700 (PDT)
Hello,
I have setup log4net with rolling file appender as per the config
below:
<appender name="RollingFile"
type="log4net.Appender.RollingFileAppender">
<file value="V:\SSIS\Logs\PackageExecution.log" />
<appendToFile value="true" />
<maximumFileSize value="100KB" />
<maxSizeRollBackups valu ...
|
FormView Webcontrol Databinding
Sun, 20 Jul 2008 13:10:42 +0500
Hi
Is the FormView webcontrol and the corresponding Sq;DataSource controls
designed to update/insert/delete records in the database with any
code-behind or is coding a must.
When adding Parameters i do not see the controls in the form if i select
"Control" , i have controls (TextBoxes) in InsertTemplate, ...
|
see all dotnet interview questions
Sat, 19 Jul 2008 21:49:38 -0700 (PDT)
C# Interview Questions and Answers8
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html
C# Interview Questions and Answers7
http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html
C# Interview Questions and Answers 6
http://allinterviewsbooks.blo ...
|
ajax in connected web parts..
Sat, 19 Jul 2008 02:06:00 -0700
is it possible to use ajax in connected web parts...
My webaprt 'A' acts as both consumer and provider...
similarly ive 2 such other web parts...
can I use ajax in the connected web parts...
will consumer web part be called if we change provider implemented using
ajax....
need more info on the connected w ...
|
reg datatable
Sat, 19 Jul 2008 01:43:00 -0700
hi,
I've a requireemnt ..in which my query will pull all the data from the
database table..and binds to a grid based on some calculations.....
the count of records wil be around 700000 records....
can I store this data in datatable..and bind to the grid..
what effect will it have on the performance of the p ...
|
CMD.EXE Problem
Fri, 18 Jul 2008 15:52:25 -0700
In Windows Explorer, when I left-click on a directory in the right panel,
instead of opening the directory, a command prompt window appears. The title
of this black window is c:\\windows\system32\cmd.exe. The only manner I can
open a directory is to open it from the left panel, or right click and choose
open ...
|
|
|
UDP broadcast/receive notification system
Fri, 18 Jul 2008 12:07:01 -0700
Hi...
Didn't see another group that would be more specific for this.
I inherited from another programmer a C# class using the System.Net.Sockets
classes to implement a udp broadcast/receive notification system so that all
the machines on a subnet can keep up-to-date on events.
In his classes, he preface ...
|
[.NET CF] Get control name from interface
Fri, 18 Jul 2008 04:39:48 -0700 (PDT)
Hello,
There is an plugin-based application where user can plug own
handlers for controls.
Of course to plug handler user has to know the control name. Currently
there is a document
from where the user can see the control on form and assigned name.
This is very poor solution and we're
looking for somethin ...
|
WebClient.UploadFileAsync
Fri, 18 Jul 2008 10:00:51 +0200
Hello,
Problem with catching exceptions in WebClient.UploadFileAsync.
VS 2005 winform project using WebClient.UploadFileAsync. Everything works
fine so far (with Progressbar + Credentials) but when an error occurs
(Server not reachable, Connection broken...) the exception is not caught, it
ends up with " ...
|