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

Haissam

@Haissam
About
Posts
43
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP RichTextBox
    H Haissam

    try the below links FCK Editor FreeTextBox Rich Text Editor Best Regards, HC

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET question

  • Message error
    H Haissam

    In asp.net, there is no MESSAGEBOX like windows application. though using javascript, you can send a message to the user example below Modify your body tag like below HC Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp help asp-net visual-studio question

  • Dataview in .net
    H Haissam

    Dataview is used when u need to filter or sort a datatable, then you create the dataview and call its properties .Sort and .RowFilter. for more about dataview check the below link http://msdn.microsoft.com/msdnmag/issues/06/01/DataPoints/[^] HC

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp question

  • Disabling the Image Button
    H Haissam

    You could try javascript document.getElementById('<%=ImageButton1.ClientID%>').disabled = true; Where imageButton1 is the id of your image button HC Best Regards, Haissam Abdul Malak My Blog

    ASP.NET question

  • how to send and recieve mails
    H Haissam

    Check the below link Email HC

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp tutorial

  • calling a webservice through javascript
    H Haissam

    Really?? how smart!! u have said it ASYNCHRONOUS JAVASCRIPT, and the libraries used in ajax are not by default for javascript, please learn more and then post your comment. DUHH

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp javascript question

  • Controling Child Window
    H Haissam

    below is an javascript example var popup = window.open('WebForm2.asp') popup.document.body.onload = 'self.scrollTo(x,y)'; HC Best Regards, Haissam Abdul Malak My Blog

    ASP.NET com question

  • using membership controls
    H Haissam

    Below are some links http://aspnet.4guysfromrolla.com/articles/101806-1.aspx[^] http://msdn2.microsoft.com/en-us/library/ms998347.aspx[^]

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp asp-net database question

  • ASP.Net - Web.config, Global.asax
    H Haissam

    Below are some links http://aspalliance.com/1114_Understanding_the_Globalasax_file[^] http://aspalliance.com/640[^]

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp asp-net security question

  • How can i send email from my webform
    H Haissam

    Check the below link All about emails asp.net

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET question help com

  • calling a webservice through javascript
    H Haissam

    You cant achieve this using javascript, you have to use AJAX for this purpose

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp javascript question

  • wysiwyg editor in asp.net 2.0 c#
    H Haissam

    Check the below links for more editors FCKEditor New Editor

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp help asp-net sysadmin

  • Redirecting parent page
    H Haissam

    use the onunload event of the body tag on your popup page to change the location of the parent page example below Best Regards, Haissam Abdul Malak [My Blog](http://www.dotnetslackers.com/community/blogs/haissam/)

    ASP.NET javascript database help

  • Execute file on server
    H Haissam

    Check the below link My Blog HC

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET sysadmin help question

  • Using WebPage as a Data Source
    H Haissam

    what you can do is to add that table in the session state and in your another webform retrieve it from the session

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET csharp asp-net

  • Back button(in browser) problem
    H Haissam

    Remove the cache of the page in this way when he returns back using the back button of the browser the webform will be prcossed again on the server. Response.Cache.SetCacheability(HttpCacheability.NoCache);

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET help

  • How can I get the virtual directory name at run time
    H Haissam

    use Request.ApplicationPath

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET com question

  • Uploading file of larger size
    H Haissam

    sorry but it seems the code has been filtered from the above post in the web.config file, go to and modify the maxRequestLength value Remember the value is in KB

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET question

  • Uploading file of larger size
    H Haissam

    in the web.config file, go to and modify the maxRequestLength value Remember the value is in KB HC

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET question

  • Printing a page
    H Haissam

    i recommend you when the user click on the print to open a new page and load that datagrid with complete lines and use javascript window.print() function to print it

    Best Regards, Haissam Abdul Malak My Blog

    ASP.NET help css database
  • Login

  • Don't have an account? Register

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