You cannot post messages because only members can post, and you are not currently a member.
Description:
Feel free to ask any questions, problems, issues regarding VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services, .NET Remoting, Crystal Reports .NET, Visual Studio .NET and more
http://feeds.feedburner.com/DotNetDevelo pment
|
|
|
Problem with ASP.NET MVC 2 - List records from table
|
| |
Hi everyone,
I'm creating a website based on ASP.NET MVC 2 and SQL Server 2008 R2
Express for the database.
After creating the table in database, I want to list all records in
that table. For that, I use "scaffold'ing in ASP.NET to automatically
generate the view file. But I encountered an error when loading that... more »
|
|
.Net Remoting
|
| |
hello All
i m very new in windows remoting.
i have create one server and client code using msdn.
but at running the client i got the below compiling error.
An unhandled exception of type
'System.Runtime.Remoting.Remot ingException' occurred in mscorlib.dll
Additional information: Trying to create a proxy to an unbound type.... more »
|
|
IIS Services
|
| |
Hi All,
I am new in IIS Services programming ,so anybody tell
me how i'll prepare for this i means any online sites or bookare there
in Internet.Please tell me if you have its knowledge.Thanks in
Advanced...
|
|
Calling C Code from Csharp
|
| |
Hi ,
am trying call some c files implementing thread s and want to call
the functionalities in C sharp.
Can we POst in threads in different environment. imean from c sharp to
c and so on.
|
|
Pass a selection formula in asp.net query string.
|
| |
Hi All, i'm doing a project in asp.net. in that i want to show a pop up form to show a list of items from which the user will select one. when the user click the select link, the pop up should close and the value should be set to a text box. i planed to create the popup as a seperate aspx page with a gridview so that... more »
|
|
New animated tutorial
|
| |
Dear all, Here are some of my new animated tutorial in my site, and don't worry you can view all of them for free and you will get no ads, no donation needed even no registration required at all : - ASP .NET – Config Access – Part I<[link]> - ASP .NET – Config Access – Part... more »
|
|
How to pass double pointers for COM Interop via MethodInfo.Invoke ?
|
| |
Hello,
I need to make COM IntetrOp at runtime using reflections. My native
COM Object's exposed methods have some parameters as pointers (DWORD*)
and some double pointers (DWORD**) and some are user defined types(e.g
SomeUDTType objSmeUDTType) and its pointer to pointer(i.e. SomeUDTType
**pSomeUDTType).... more »
|
|
VS 2010: Clear the items in Quick Find's combobox
|
| |
Hello
I've been searching everywhere inside my Visual Studio 2010 to clear
the list of items that I've searched through Quick Find combo. It
seems there is no such thing as 'clear search items'.
Any ideas how to clear that list ? Whatever I search for appears in
the Quick Find dropdown.. thats ok, but I want to clear that list now.... more »
|
|
Using binary number in C++ .NET
|
| |
Good morning, I have a problem that I think is quite simple, but I'm
not able to fix it by my self.
I have two eight bit numbers, suppose:
a_low = 3
a_high = 2
I would like to create a string like the following one:
00000010 00000011
But I'm not able to force the left padding of the number.... more »
|
|
|