Is it implementable in .Net framework?
http://www.test.com/Product?id=7788
If so, How can I do that.
I know it can be done in J2EE environment.
Thanks!
...
more >>
I am using Visual Studio .NET 2003 ver 7.1.3088
When developing ASP.NET projects and switching between HTML and Design views
on the aspx files, the editor trashes my HTML. I can think of no reason a
<BR> tag should end up looking like:
<BR
>
Is there a valid reason why the toggling between vi...
more >>
Hello,
I am writing an application that will be used across multiple time zones
(Eastern to Pacific) and since much of the application revolves around time
stamps, I need a best practice for storing time information in a database
and displaying it correctly to the user (adjusted for his respec...
more >>
Hi Expert,
We are trying to create an object in secondary appdomain from default
appdomain using CreateInstanceAndUnwrap api, But this call seems to be
taking lot of time to return, I know the call involve loading of required
assembly of the class/type and create object of type and return the ...
more >>