Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

satalaj

@satalaj
About
Posts
14
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Measuring Download Bandwidth
    S satalaj

    Hi, You need to use handler to process file download request. When client request the file download, file handler will search the file and calculate it's size. You can store the file size downloaded against the user and restrict user from further downloading if allowed quota reached for the day or week etc.. File handler

    ASP.NET csharp asp-net database sql-server com

  • How to develope voice chat application for intranet in asp.net?
    S satalaj

    Hi, You can't do that using Asp.net web project alone, you either need to use Flash Action script or SilverLight with asp.net. Flash: You need Flash multimedia server also known as FMS for setting up audio video communication between client and server. SilverLight: You need to develop or your own service as a server application to setup communication between client and server.

    ASP.NET csharp asp-net tutorial question lounge

  • SMPP Question
    S satalaj

    Hi, You can refer the opensource SMPP client library. SMPP Client in C#

    ASP.NET question

  • read byte of saved picture
    S satalaj

    Hi, Asp.net fileUpload control has FileBytes properties. It returns file content in terms of byte array. Upload image file and save in sql server.

    ASP.NET

  • sending mails
    S satalaj

    Hi, You can refer email sending code snippet in below link Send email using htomail Smtp used for HOTMail is SMTP: smtp.live.com port: 25

    C# csharp html com help

  • Email button in Datagridview
    S satalaj

    Hi, You can refer link below about. How to select email in gridview and send email.

    C# css database com

  • DataTable and DataSet?
    S satalaj

    Hi, When you are calling the page for first time, the DataTable schema are getting initialized. When you click on button, you are skipping the datatable initialization by putting it into condition called !Page.IsPostBack. Better you keep the initialized table object in session and during post back access it from session object.

    C# help design question

  • Inserting Empty Row in Grid View in ASP Dot net + vb dot net
    S satalaj

    Hi, You can make the footer visible and bound your Fields there in Footer http://www.revenmerchantservices.com/page/gridview-add-new-row.aspx[^] Satalaj

    ASP.NET css help question

  • Credit card processing (.cgi)
    S satalaj

    Hi, You need to use System.Net name space and HttpWebRequest , HttpWebReqponse classes to post the data and read the Reponse. You can refer this sample article http://www.revenmerchantservices.com/post/2009/05/26/HttpWebRequest-Post-method.aspx[^] Satalaj

    ASP.NET sales tutorial

  • Changing ConnectionString
    S satalaj

    you can refer the connection strings provided here www.connectionstrings.com Refer below article, it will let you create users and their roles in your MS SQL DB http://www.eggheadcafe.com/tutorials/aspnet/c4fa77c9-c3bb-4c16-b4ae-3be0ec6d760e/sql-server-security.aspx[^]

    ASP.NET help question

  • check Yahoo Messenger user online status?
    S satalaj

    BabyMouse wrote:

    but they used Yahoo API. However, it doesn't check "invisible" YahooID.

    Hi, Those links dosen't use any yahoo API. to use yahoo API with your application, you can get more info here http://developer.yahoo.com/[^] Thanks, Satalaj

    C# question

  • viewstate MAC failed
    S satalaj

    Do you know how to configure Netowk load balancing ? I have some proble m I posted it here http://forums.asp.net/t/1380017.aspx

    ASP.NET algorithms help workspace

  • Network load balancing
    S satalaj

    In my local area network. I'm having 2 Windows 2003 server. I want to enavle Network Load balancing Service so that I can configure it by NLBMGR Please see below url http://forums.asp.net/t/1380017.aspx My problem is when I hit that check box to enable Network Load balancing. The pc goes away from Network :( so unable to reach other machine in LAN Can some one suggest any fourm where I can post this or any solution hint / triks . Thanks SAtalaj

    IT & Infrastructure sysadmin csharp asp-net help

  • Career puzzle for dotnet developer
    S satalaj

    Be what you want to be :)

    IT & Infrastructure csharp c++ wpf question discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups