| Integrating Infragistics Drag & Drop with jQuery and Microsoft Ajax Preview 6 7 hours ago by craigshoemaker The Concept I created “ Ugly Outfitters” to showcase the interaction between Infragistics Drag & Drop, jQuery and Microsoft Ajax Preview 6. Why Ugly Outfitters? Well, I decided that rather than just dragging around some bland icons on the screen why not attempt to inject a little bit of humor into t ... Craig Shoemaker - weblogs.asp.net/craigshoemaker/default.aspx · Rank: 156,361 · 43 references |
| Something About ASP.Net 8 hours ago by admin Came across these great links on Windows 7 and Internet Explore. Windows 7 is launching this weeks. Take your applications to the next level. Your users will thank you (And we will too )Came across these great links on Windows 7 and Internet Explore. Windows 7 is launching this weeks. Take your appl ... DevReady - devready.net |
| Hello world! 9 hours ago by admin Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! DevReady - devready.net |
| Post data using HttpWebRequest in C# 10 hours ago by Anuraj P While working around twitter or any other REST API services, you may require to do a post request to web server. If you are using .net can do this either using WebClient class or using HttpWebRequest class. Both these classes exists in System.Net namespace. I am using HttpWebRequest here because Htt ... .NET Thoughts - dotnetthoughts.net · Rank: 153,732 · 1 reference |
| Interface Inheritance Esoterica 10 hours ago by Haacked I learned something new yesterday about interface inheritance in .NET as compared to implementation inheritance. To illustrate this difference, here’s a simple demonstration. I’ll start with two concrete classes, one which inherits from the other. Each class defines a property. In this case, we’re d ... you've been HAACKED - haacked.com/Default.aspx · Rank: 2,004 · 1045 references |
| TechEd Europe 2009 10 hours ago by mihai Sunt și eu la Berlin. TechEd-ul de anul acesta a anunțat câteva lucruri interesante: Achiziția Teamprise. Adică, niște add-in-uri de Eclipse (și toate sculele bazate pe Eclipse) pentru Team Foundation Server. Mișcare deșteaptă, dacă ținem cont exact ce unelte de dezvoltare (și de la ce firme ) sunt ... H.P.C. Consulting Blog - hpc-consulting.ro · 2 references |
| asp.net İle Tm Session Bilgileri Çekme 11 hours ago by burak SqlConnection con = new SqlConnection(”server=.;Database=aspnet;Integrated Security=SSPI”); SqlCommand cmd = new SqlCommand(”select * from kullanici where mail = @mail”, con); cmd.Parameters.AddWithValue(”@Email”, Session["email"].ToString()); cmd.Connection.Open(); SqlDataReader rdr = cmd.ExecuteRe ... CmdTürk.com - blog.cmdturk.com |
| ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client ... 12 hours ago by Matias Nino We have a web server with multiple oracle clients on it (8i, 9i, 10g). Both ODP.net 9.x and 10.x (and their oo4o counterparts) components are installed. How do I specify to the web application which Oracle/ODP.net client to use when connecting to the database? Top Questions - Stack Overflow - stackoverflow.com/questions · 6 references |
| UserName Authentication web services 12 hours ago by noob2487 I need to implement UserName authentication for my web service. Currently I am considering these two approaches SOAPHeader: http://www.codeproject.com/KB/cpp/authforwebservices.aspx UserNameToken: WSE 3.0: http://msdn.microsoft.com/en-us/library/aa480575.aspx Can anyone tell me pros-cons of these ap ... Top Questions - Stack Overflow - stackoverflow.com/questions · 6 references |