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
H

Hassan Amaar

@Hassan Amaar
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to implement MVVM design pattern in asp.net
    H Hassan Amaar

    Dear All, I have a case that I will need to retrive a webusercontrol XHTML from database and inject it in a web page at runtime the issue is that I don't find an Xhtmlreader class in c#, I understand that XHTML code in asp.net will need to be transformed to html before it can be rendered to a web browser and that might be the reason for not having such class in c#. another question is that is there a way to implement MVVM design pattern in asp.net. I've searched for that in google and found a demo or what they called ASP.Net MVVM Framework in codeplexi but it looks more like they use MVP Pattern becuase there is a behind code for the Webusercontrols they use, in other words I need to have the whole functionality and binding features of an asp.net webusercontrol with a gridview or formview without need to write behind code. Many Thanks and best regards Hassan Ali

    Hassan Amaar

    ASP.NET architecture csharp wpf html asp-net

  • Unable to connect to an asp.net 2.0 using IP address with it is possible to connect using localHost [modified]
    H Hassan Amaar

    Dear All, I'm cann't connect to a website using IP address Or iis web server name while it is possible to connect using localhost/website name(from my local machine or any machine in the domain)it asks for user name and password to connect and when I give these credentails it doesn't connect too. I will be gratefull if any knows a solution for this problem. Best regards, Hassan Amaar

    Hassan Amaar

    modified on Wednesday, July 30, 2008 8:27 AM

    ASP.NET csharp asp-net sysadmin windows-admin help

  • Adding rows to Gridview programtically
    H Hassan Amaar

    Hi every body I need to add row to a gridview control programtically, I used GridViewRow Class trying to assign values to an object of this class,but I couldn't find any method to add this row to the gridview control,note that the columns was added to the gridview programtically I will appreciate if anyone give an idea of how to solve this problem. thanks.

    Hassan Amaar

    ASP.NET help tutorial

  • Adding columns to Gridview programtically
    H Hassan Amaar

    Thanks alot

    Hassan Amaar

    ASP.NET database tutorial

  • Adding columns to Gridview programtically
    H Hassan Amaar

    I am developing an application that needs to retrive a column from database and use its rows as acolumns names in a gridview control dose any one know how to do that

    Hassan Amaar

    ASP.NET database tutorial

  • problem when creating database independant access layer
    H Hassan Amaar

    Thanks you for your replay I think what you said is the only way to deal with this case Hassan Amaar

    Hassan Amaar

    Database database help csharp sql-server sysadmin

  • problem when creating database independant access layer
    H Hassan Amaar

    Thanks alot for yuor replay, it differs in the the way the prameter are passed for instance when passing aprameter to orcale prvider it will be like this :p + name for Sqlprovider it will be like this :@ + name so in this case according to what I understood I will have to create aclass for each data provider. I will do appreciate if you told if there is better solution,and please give me an example. Hassan amaar

    Hassan Amaar

    Database database help csharp sql-server sysadmin

  • problem when creating database independant access layer
    H Hassan Amaar

    I tried to create database independant using new feature of visual .net(factories)the problem happen when passing parameters for orcale and sql server the shape of this passed parms differs that will genrate error when passing parameter or i will have to write code for diffrent diffrent database cases & that will be on the contrary of the reason of factories and exisance. thanks alot Hassan amaar.

    Hassan Amaar

    Database database help csharp sql-server sysadmin

  • data access that apply for and data source
    H Hassan Amaar

    Thanks alot I do appreciate your help

    Hassan Amaar

    Database database help csharp asp-net sql-server

  • data access that apply for and data source
    H Hassan Amaar

    Hi all, I am developing an asp.net application and i want to develop data access layer that is applicable for any data source type for example(sql server orcle). is there any one have an idea about implementing this data layer without using oldbe connection. it is important to say that i don't use any stored procedure ,I am dealing with database at run time using .net without any stored procedure or functions. I will be gratefull if anyone can help me with this issue Best regards, Hassan Amaar.

    Hassan Amaar

    Database database help csharp asp-net sql-server

  • Help about Timer control in AJAX
    H Hassan Amaar

    I need to use timer control in an asp.net application so i can disable the ASP.NET web page controls after some minutes: so I saved DateTime.Now.AddMinutes into Session variable and set Timer interval property to one Second (i put the timer into update pannel so it will post pack only). Inside timer_tick event I compared DateTime.Now to Session variable if they are equal then I used this.controls.clear()(for instance) but it didn't work. Does any one have an idea how to solve this problem or have better idea about how to solve it. Thanks alot,

    Hassan Amaar

    ASP.NET help csharp asp-net tutorial announcement

  • how to count the degree of an exam ?
    H Hassan Amaar

    The problem is that I'm developing an exam system using ASP.NET. I created controls in runtime to hold question text and choices which will be retrieved from database. It worked well, now I want to count the score of the exam based on the selections from the multiple choices. So I created a Boolean column in the database in the question choices table to determine whether this choice is true or false then retrieves this column using a datatable into a Boolean array to compare the selected items in the checkboxlist with the items in this array but it didn't work well is there any other solution to count the degree of an exam base multiple or single choices

    Hassan Amaar

    ASP.NET question csharp asp-net database data-structures
  • Login

  • Don't have an account? Register

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