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
D

Deepak the Cool

@Deepak the Cool
About
Posts
159
Topics
61
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Translate web page contant to other language contant
    D Deepak the Cool

    Search For Asp.Net Globlazation Concept for dynamic language change. If you dont know another language then the translator API can create some problem into some words.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET tutorial

  • Sending SMS from C# .net
    D Deepak the Cool

    First thing to noticed about that your 127.0.0.1 is a sms server or your mobile device connected machine's IP. I think Your mobile device not connected to given IP machine.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET csharp help database question

  • Paging in Panel..
    D Deepak the Cool

    Hi, Either go for Panel Paging You have to use the Repeter Control and Data List.Hope this will help

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help question

  • Help About the posting the large amount data through the HTTP POST Method
    D Deepak the Cool

    Boss How do I call the service through windows service.If yes the it has some time of interval to run for.But i want run it to current task.if i set the interval at least then procees execution time will be more then the time callback time.if I set it 5 to 10 minutes of timer then user is not ready to accept to much time to show the response.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help database

  • Help About the posting the large amount data through the HTTP POST Method
    D Deepak the Cool

    Crisitan My sceniro is this suppose i hav 65,000 number of rows.Now I uplaod the file and click the send button.then I create the insert command for tht to DB.Now I hav a web service instance which is get the data from DB and post it a another site page by the size of 500 number of rows.So my web service work on tht and it will a slow proceess to sent the data meanwile my web page expird after 20,000 number of rows post on the another server.coz it has several simeltenous task to work e.g. inventory management,retrun response to insert the data. so i want to do only data insertion into my web page after that a background process will be done it.if i create windows scervice for tht then the schedule will be run after a schedule time.But I want to run it at the time of posting the data.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help database

  • Help About the posting the large amount data through the HTTP POST Method
    D Deepak the Cool

    Hi Crisitan, Thanks for ur help.Can u discribe it more.And how can I initate a windows service through asp.net page.Please tell me or if any link for tht particular tutorial then give me.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help database

  • Help About the posting the large amount data through the HTTP POST Method
    D Deepak the Cool

    Hi All, I am facing one problem,tht is I upload an excel file with 65,000 of rows.So the task is tht First I hav to insert these rows into my DB is it ok I had done it and the whole execution done within 10 secs. Second task is tht,I hav to post tht data into a another site through HTTP POST method tht is ok for me ,But the main problem is tht, I hav to post only the 500 number of rows into a single execution.So the sceniro is tht 65000/500 the total number of execution. So i want to run tht execution fastly,Coz if I run traditionl method then my posting page has expird or connection forcily closed. So is it possible I have to save that file into a particular laocation and when tht file will be posting into lacation then an automtic service run at background and tht will done all work.I am not talking about the windows scheduling.It is might be a windows service but I want to initate when my file will be save on a particular laocation. If anybody can help me for the same then please help me. :-O

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help database

  • how to search&open the root folder file???
    D Deepak the Cool

    You wrote it like window.open("../login.aspx") .. is present the one sub drectory,so if you have more than one subdirectory then use .. as much as subdirectory count.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET csharp javascript asp-net tutorial question

  • Regular Expression for Email Address
    D Deepak the Cool

    Check This

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET com regex help

  • About Web Service
    D Deepak the Cool

    thanks a lot...

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET question csharp java php asp-net

  • About Web Service
    D Deepak the Cool

    Hello All, I have a question,suppose I want to add a web service reference which is developed in asp.net into another plateform e.g.PHP,Java etc... And my web service return dataset or datareader or anything else. So what the excetly result I'll get.. Is it a XML return ?? or some error found when I add that web service reference. So if you have any good online tutorial for the web service as advance evel then let me give also..... Thanks in advance...

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET question csharp java php asp-net

  • master page
    D Deepak the Cool

    I give a suggestion,If you want to create same layout for your all web appliaction then use for the Web User Control and Custom Control for that.

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET question

  • Help Suggestion
    D Deepak the Cool

    It is better to go datalist rather then grid view..

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET com help tutorial question

  • How to comunicate Web Application and Windows Service
    D Deepak the Cool

    ya I Thought about that But how can I get the live data through windows services. Is it possible to run the windows service through the web application button click event. And other question is that I have must be add the my dialer ActiveX into my windows services when we add that activeX into my windows application then user able to dial and recive a call through dialer

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help csharp com algorithms tutorial

  • How to comunicate Web Application and Windows Service
    D Deepak the Cool

    Hello All, I want to ask that, Can I communicate data into a web application through the windows service?? Actually My problem is that I have a Call Dialer which is responsible to dial the call into our BPO.So that dialer activex control easily use into a c# windows application but it is not to use in web application. So I want to this scenerio in front end my Web application run and the data processing end my windows services take care of that and dispaly the appropriate data to my web application according to need.. so Is IT Possible??? If yes then how can ?? I am searching into google also but I want to your help also.. Thanks in advance

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help csharp com algorithms tutorial

  • Taking dynamically created Text box id from client Side
    D Deepak the Cool

    Request.Form["ctl00$plcholder$txt"]

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET question

  • Create new insatance of Visual Basic Class
    D Deepak the Cool

    How to create the visual basic 6.0 class instance from c#? Actually I add the one OCX file into my C#,Asp.Net application. But when we create the instance of the visual basic class then it gives the error Class has no constructor defined. Please help me about that.

    Deepak :) Smile a Lots,Its Costs Nothing

    Visual Basic csharp help asp-net tutorial

  • Image Retreiving
    D Deepak the Cool

    Just go through this link http://www.dotnet-guide.com/save-image-in-sql.html\[[^](http://www.dotnet-guide.com/save-image-in-sql.html "New Window")]">

    Deepak :) Smile a Lots,Its Costs Nothing

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

  • Custom Error page
    D Deepak the Cool

    You should add Global.asax into your project and just call the error page into void Application_Error(object sender, EventArgs e) { // Code that runs when an unhandled error occurs }

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET help

  • Add To OCX File
    D Deepak the Cool

    Hello Everyone, I want to add a VB 6.0 ocx file into my application.It is ok to add reference into my web application.I have done that and the some of the ocx file add into BIN folder.But when I call a particular class from the added component then I have to create the object of that class. But it is give me error Constructor has not define. It is Ok because VB 6.0 class has not any constructor.Am I right? So Can You tell me how I call the Component Classes into C#. ANd when Use the C# windows application it works properly and tool box has some icon for drag and drop into the form.as like the Crystal Report Icon. So Please give me the idea for web application and for the toolbox also appear these icon. How is it Possible?

    Deepak :) Smile a Lots,Its Costs Nothing

    ASP.NET csharp help question
  • Login

  • Don't have an account? Register

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