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
S

S Aijaz

@S Aijaz
About
Posts
106
Topics
64
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bulk File Upload
    S S Aijaz

    what security issues are there?

    ASP.NET csharp asp-net help

  • Bulk File Upload
    S S Aijaz

    Hi I have a situation where i need to upload many files at a time. The number of files can be any thing like 1, 100, 144, 1000, or 500 or any number. a user will come he will select a folder the uploader should loop the folder and upload every file that is present in the folder. Does there lie a solution to this problem in asp.net.

    ASP.NET csharp asp-net help

  • shortcut icon for webpage on windows 7 mobile
    S S Aijaz

    I need to have a shortcut icon to my web page. i need to do this on HTC mozart (windows 7 mobile) phone. please guide me how to do that?

    Mobile tutorial question

  • Standard pay pal with PDA application
    S S Aijaz

    Hi i have to develop a PDA application to make payments through paypal. PDA part of application will be used just for payments and rest of the admin side and other functionality will be done through web application on a computer. should i develop a PDA application and then access internet to make payments or should i develop a PDA specific web application that can be accessed on PDA to make payments. can we use standard paypal with PDA applications. Regards Aijaz

    Mobile json

  • Begginer in Mobile Programming (Need help on mobile development in .net)
    S S Aijaz

    thnx richard

    Mobile csharp help learning

  • Begginer in Mobile Programming (Need help on mobile development in .net)
    S S Aijaz

    actually a priority project came that time and was working on that. now again i have to start working on mobile apps

    Mobile csharp help learning

  • Begginer in Mobile Programming (Need help on mobile development in .net)
    S S Aijaz

    Hi i have to start mobile programming from today. i know nothing about mobile programming in .net. please tell me what i need to take care of while developing mobile applications. and suggest some help from where i can start programming. can i develop mobile applications for windows mobiles only in .net or any type of application can be developed with .net. suggest some beginner and expert sites that are helpful for the development of mobile applications. Thanks a lot

    Mobile csharp help learning

  • website publishing problem
    S S Aijaz

    hi i face following problem in publishing the website. Error 97 The type 'IqSiteWeb.CustomControls.DonationAgencyList' exists in both 'c:\Users\dell\AppData\Local\Temp\Temporary ASP.NET Files\iqsiteweb\5dc5d18b\b10a84ef\App_Web_jhddkwxc.dll' and 'c:\Users\dell\AppData\Local\Temp\Temporary ASP.NET Files\iqsiteweb\5dc5d18b\b10a84ef\App_Web_utdgqfe5.dll' C:\ProjectList\Kei Versions\KEI-WebSite\IqSiteWeb\Donation\DonationView.aspx 33 i tried a lot to surf the net and get the solution but i dint get any solid solution......

    C# help csharp asp-net architecture

  • problem in publishing website
    S S Aijaz

    hi i face following problem in publishing the website. Error 97 The type 'IqSiteWeb.CustomControls.DonationAgencyList' exists in both 'c:\Users\dell\AppData\Local\Temp\Temporary ASP.NET Files\iqsiteweb\5dc5d18b\b10a84ef\App_Web_jhddkwxc.dll' and 'c:\Users\dell\AppData\Local\Temp\Temporary ASP.NET Files\iqsiteweb\5dc5d18b\b10a84ef\App_Web_utdgqfe5.dll' C:\ProjectList\Kei Versions\KEI-WebSite\IqSiteWeb\Donation\DonationView.aspx 33 i tried a lot to surf the net and get the solution but i dint get any solid solution......

    ASP.NET help csharp asp-net architecture

  • Microsoft Dynamics Development
    S S Aijaz

    i need to learn Microsoft Dynamics Development with .net. Actually i don't have any knowledge on the technology and want to learn it. if any body has a know how of the technology then please suggest me some URLs, book, tutorial where from i can learn the technology. sorry if i have posted question in a wrong forum..... Regards

    C# csharp tutorial question learning

  • need help on mobile application development
    S S Aijaz

    i am new to mobile application development. i am C# developer and need a help. can we develop mobile applications in C#. one of my friends is using objective C. which one is better for development of mobile applications C# or objective C. I C# is good for development of mobile applications then please provide some links where from i can learn development of mobile applications in C#.

    Mobile csharp help

  • Redirect after xsl file is downloaded
    S S Aijaz

    i have a requirement that i click on button and download xsl file to client machine and after calling this function i want to redirect user to next page. but after download dialog appears an issue is thrown and control does not return so that i can redirect the page. is there any way of doing that.

    C# xml help

  • i want to learn MVC2
    S S Aijaz

    not yet

    C# help

  • i want to learn MVC2
    S S Aijaz

    Hi I want to learn MVC2 and have zero knowledge about it. please suggest some help (ebook, site or some thing else) Regards

    C# help

  • insert row into a datatable from other datatable at some particular position
    S S Aijaz

    i did it with creating row instance for both the tables (table1 and Table 2) and then set Table1Row.ItemArray = Table2Row.ItemArray; and then added the row to table one at desired location. it worked fine....... thanx for your replies it was of grt help

    C# database xml help question

  • insert row into a datatable from other datatable at some particular position
    S S Aijaz

    how is it possible can u please write some lines of code if possible. i tell you what i want is i want ROW1 from table 1, ROW2 from table 2, ROW3 from table 1 etc. i tried to use insert at and the issue it throw is row belongs to other table.

    C# database xml help question

  • insert row into a datatable from other datatable at some particular position
    S S Aijaz

    i have table 1 and table 2, both have same schema. i want to insert rows from tabel2 into table1 at some particular position say position 3. how can i do it. with import row it inserts row at the end of the table so it cant help me.

    C# database xml help question

  • create application in .net where dll is on server and application on some client machine
    S S Aijaz

    if say Data access layer of the application is on server of the organisation and every body is accessing it from his client machine will it work through remoting.

    C# csharp sysadmin help

  • create application in .net where dll is on server and application on some client machine
    S S Aijaz

    can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

    C# csharp sysadmin help

  • recommend reference material for JSON and JQuery
    S S Aijaz

    i want to learn JSON and JQuery. i dont find any suitable content on the net please recomend some sites or books to learn the same..........

    ASP.NET javascript json
  • Login

  • Don't have an account? Register

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