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
M

Mehdi Bahrami

@Mehdi Bahrami
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to immediately change value of session variable?
    M Mehdi Bahrami

    But my problem not for name. I use every name but this problem occure again.

    Mehdi Bahrami

    ASP.NET tutorial question

  • how to immediately change value of session variable?
    M Mehdi Bahrami

    when user click on imagebutton8 show true and after click on imagebutton8 again show true but I want show False. Protected Sub Page_PreLoad(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreLoad If Page.IsPostBack Then Response.Write(Session("null")) End Sub Protected Sub ImageButton9_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton9.Click Session.Contents("null") = False End Sub Protected Sub ImageButton8_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton8.Click Session.Contents("null") = True End Sub Thank You

    Mehdi Bahrami

    ASP.NET tutorial question

  • how to immediately change value of session variable?
    M Mehdi Bahrami

    I have a webform page, this page have a button for change session variable, when user click on this button session variable don't show new value after page postback action, and if user click again on this button or refresh value of session variable change then for this user must be click on this button minimum 2 times. how to immediately change value of session variable? (I don't want to use querystring and refresh)

    Mehdi Bahrami

    ASP.NET tutorial question

  • Error in Microsoft.Office.Interop.Word for loading in asp.net
    M Mehdi Bahrami

    Please help about this problem...

    Mehdi Bahrami

    ASP.NET help csharp asp-net com

  • Error in Microsoft.Office.Interop.Word for loading in asp.net
    M Mehdi Bahrami

    Thank You, But I can't find any, all of them it's by server side, anyone know what is client-side for Office Component?

    Mehdi Bahrami

    ASP.NET help csharp asp-net com

  • Error in Microsoft.Office.Interop.Word for loading in asp.net
    M Mehdi Bahrami

    When I define doc as Documents don't have problem, but when define wapp as new application this error it's present.

    Mehdi Bahrami

    ASP.NET help csharp asp-net com

  • Enabling ASP.NET only for local connections
    M Mehdi Bahrami

    You can select and assign local IP address to your IIS with Properties in Default Web site.

    Mehdi Bahrami

    ASP.NET csharp asp-net sysadmin security question

  • Error in Microsoft.Office.Interop.Word for loading in asp.net
    M Mehdi Bahrami

    page can't load and shown as loading...

    ASP.NET help csharp asp-net com

  • Error in Microsoft.Office.Interop.Word for loading in asp.net
    M Mehdi Bahrami

    Hello I have a problem in using Microsoft.Office.Interop.Word namespace, in my project I can use as fine in Windows Base project but when I try using in my Web Base project, after this: Dim wapp As New Application page is too be late for loading and page show as loading, in tasbar I see WinWord.exe is running after this but don't can continue ....:confused: Mehdi Bahrami

    ASP.NET help csharp asp-net com
  • Login

  • Don't have an account? Register

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