No puedes enviar mensajes, porque no eres miembro del grupo.
Descripción:
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
|
|
|
Rule for my querystring
|
| |
Hii, I want to know the ISAPI_Rewrite rule for my following query my actual query is [link] and I want to rewrite it with [link] can anybody guide/tell me how to write rule to resolve this URL pls its very urgent, i want to do it tomorrow... más »
|
|
Creating WebService test harness
|
| |
Hello, I am trying to create a test harness for our QA staff to test our internal web services. I would like to create a web app that will allow them to enter a uri then submit. The web app will then interrogate the uri to get the appropriate parameters expected and returns with a generated input form. I know, this would be similar to... más »
|
|
HRMS SRS or Screen shorts
|
| |
Hi, I am staring a New HRMS project. so i need help to you all people. any body have idia or SRA or Screen shorts of HRMS. if yes pls share with me . Regards Kishor
|
|
Garbage Collection, Memory Leaks and the Dispose() Method
|
| |
Hi Folks, We've got a number of .NET 1.1 applications that are having horrible memory leakage issues. Similar applications running under 2.0 do not have nearly as many problems. On the servers having the issues, Perfmon shows the Gen02 GC heap slowly ratcheting up until the application fails. We are in the process of band-aiding the problems using app pools and... más »
|
|
MVC Programming
|
| |
Frnds, Do anyone has idea of how to develop a Web application using a MVC(Model View Controller). I am developing it from scratch. Thanks in advance
|
|
relational position layout in windows mobile
|
| |
Hi there. I wanna know how can i create a relational position layout in windows mobile. Is really needed set x, y, width and height to the components? There's a way more dynamical to do this? Any example, link? Thanks in advance.
|
|
Datapager problem
|
| |
Hello. I wrote a search query and I have a repeater and I bind all datas. I'm also using collectiondatapager dll to pager. But I got a problem. After first page there is no display to any data. My datatable has 248 rows and every page has 10 row in datapager. I didn't use querystring. I hold my search keywords in sessions.... más »
|
|
DataGridView
|
| |
I have Windowws Application and am using a Datagridview bound to a DataTable. DataTable DT = new DataTable("Results"); DataRow DR; DataColumn Column1 = new DataColumn("First Column", Type.GetType("System.String")) ; DataColumn Column2 = new DataColumn("Second Column",... más »
|
|
|