Software Development Network Logo
  • VS Express Editions
  • Smart Device
  • Visual J#
  • Architecture
  • Visual C++
  • Windows Forms
  • Windows Live
  • Visual C#
  • Windows Vista
  • VS Team System
  • Game Technologies
  • Microsoft ISV
  • SQL Server
  • Visual Basic
  • Visual FoxPro

Software Development Network >> .NET Development

.NET Development

New Question

Microsoft .Net FrameWork 1.1 is installing spyware on my pc!!!!!!!!
Remoting-v-webservices - the prescriptive guidance is nuts ?
A question on Assembly.GetManifestResourceStream
How to integrate C code in my .Net project
.net 2 - Reflection on generic collections
Get the new primary keys of inserted records using web services
Reinstall MDAC on XP SP2
Remoting-v-webservices - the prescriptive guidance is nuts ?
Converting int to nullable enumeration...
How to control CachePolicy when calling WS method??

Top Answerers

cchau
AuzzieFlyBoy
Debasish Bose
Arun Shrivats
Mansour K.
Coreen
Adhamz
Scot Campbell
MKashay
Michael Bird
Gout News From Medical News Today
Only Title

Answer Questions

  • ahmed1979 hyperlink and insert value in datagrid

    need some help Q1>insert value in database by using datagrid control .in this grid i add checkbox using itemtemplate .now i want inserts values in db those are checked by clicking command button.if any one help me then plz. Q2>i bound datagrid uing dataset and using itemtemplate colume for hyperlink.now i want,after binding datagrid each row in grid act as hyperlink and when i click rows in datagrid it redirect in some page (eg. ...Show All

  • Bingo Basic XSD Validation error

    Hi, I have an xsd schema with element definition xsd:integer. When I validate xml against this xsd, the validation succeed with number for example 224774314284064845070339, but when the number is 293409809956581662525034534431949697468, it fails with invalid element according to its datatype. When I try validate with msxml4, it works fine. Has .NET 1.1, 2.0 some bug Thanks for any help. code samples: ----------------xml-------------- ...Show All

  • Murtala Adewale Now what's wrong?

    <% Set pageCount = Server.CreateObject("MSWC.PageCounter") pageCount.PageHit() %> <p>You are visitor number <% =pageCount.Hits() %> since the last reboot. Any thoughts on how to make this persistant, i.e. survive a reboot. My thought to write to the server disk causes a protection error. I know I tried that too, but so far I have had nothing but problems. Seems the defaults in IIS 6 have made me r ...Show All

  • spardo SqlDataReader & an SQL statement problem

    Original issue went unanswered (well, unsolved) Using returned value from SqlDataSource1 so I'm trying a different route. Instead of writing to Profile, I'm going with Sessions. Here's my issue and some code. The select command won’t let me conditional Where LoginId = the value of the login textbox and Where LoginPwd = value of the password text box. The query when tested does return 164 when I enter in a test user's username an ...Show All

  • Patrick Azzarello Requests and responses use the same port number (80)?

    Hi,  If I send out 10 concurrent/simultaneous requests from a client to a web service, will the web service process the requests and send out the responses through the same port number (80), or different port number for different request What I observed is, IIS is using the same port number (80) to send out the response. Well, in this way, the problem is, won't this shared port be a bottleneck for the web service For example, I ...Show All

  • RE Elliott Calling web services from process being debugged

    If I call a web method on a remote box from an application I am running under the debugger, the call times out, and the remote box never gets a connection. Running the application without debugging is fine. How can I debug an application that calls web services   Remember where you are when the call times out. Next time around place a breakpoint there, then execute right to the breakpoint, a ...Show All

  • Tito Jermaine BindingSource and Web Services

    First, let me apologize, for I'm sure this is a simple answer subject. Now, on to business. Question: Why doesn't this code work to update the underlying datasource (Northwind "Customers" table served from SQL2K, as an XML web service. ALL designed using the designers in VS2K5, and the Data Sources wizard. private void customersBindingNavigatorSaveItem_Click( object sender, EventArgs e) { localhost. Service ws = ...Show All

  • Luckyboy Prevent Internet Explorer from using a cached version of an xslt stylesheet

    Hi, The answer may be obvious but I'm struggling with this and can't seem to find an answer.  I have an ASP.NET Web Application.  Its responses are usually XML string similar to this: < xml version="1.0" encoding="utf-8" > < xml-stylesheet type="text/xsl" href="styles/filename.xslt" > <xml document /> The style directory of the Web application has several stylesheets, some of which are related to oth ...Show All

  • Barry Butterklee MSFT .NET 2.0 Framework overriding .NET 1.1 Framework for apps written for .NET 1.1

    Hello It appears when the CLR is loaded it always loads the latest version of the framework, since it makes it so hard for me to debug COM+ applications written in .NET 1.1 with 2.0 installed side-by-side. How can I have it run the 1.1 CLR instead of the 2.0 CLR. Is this even possible Will I be force to uninstall the .NET 2.0 Framework The application is not in a position at this time to be rework to fit the .NET 2.0 Framework. Thanks for your h ...Show All

  • JuanManuel Drag and Drop to DataGridView Problem

    I am trying to drag and drop text from a listView onto a DataGridView cell. When i drag and drop the text it goes into a completely different cell. I think my problem lies with this line: gridView1[hti.RowIndex, hti.ColumnIndex].Value =  e.Data.GetData(DataFormats.Text).ToString(); when using my DataGrid example dataGRid1[hti.Row,hti.Column] =  e.Data.GetData(DataFormats.Text).ToString(); i had no problems. Than ...Show All

  • csharp1 Trying to create file causes UnauthorizedAccess exception

    I have created a web service in VS2005 and put it on my ISPs web server. I can reference the web service from my client just fine. The problem is when I in the web service try to create a file to contain some data, I get an UnauthorizedAccess exception. I have googled and also searched this website, but have not found the magic thing to do. I don't know how the web site is setup by my ISP (anonymous access and so on). Also I ...Show All

  • jollyguy updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyon ...Show All

  • rtb33 i did not see this(floppy)

    hi i created a vb.net Pr . now i go to bin directory to run .exe it is correct but when i copy only exe into a floppy !! my Pr was changed before,two weeks ago, i change myconfiguration of Pr into Release then it was correct but know i have this problem again(release does not response) You should very clearly and concisely state the error that you are receiving. Hi, I guess this is a deployment que ...Show All

  • zainta .NET CLR Exceptions\# of Exceps Thrown / sec thrown during execution of Server.Transfer method

    Hello there, When trying to use the server.transfer method to redirect to a different url, the thread.abort exception gets thrown. To avoid this we tried using the overloaded method Server.Transfer(string,bool) as suggested by MS and many others. We tried both the boolean parameters for our study. But this seems to not work. The number of execptions thrown are significantly higher. Can anyone give us pointers as to how to handle this Curren ...Show All

  • Joe Beer Resource names generated for IExtenderProvider

    This is a little esoteric - I hope someone can help me. I have written a component that implements IExtenderProvider that provides a property that is a StringCollection. When I make my form localizable, the resource names that are generated for the extended property dont include the property name which seems wrong to me (although not technically a bug since it works). This makes it rather hard to parse the .resx file (which I want to do for o ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum