But my problem not for name. I use every name but this problem occure again.
Mehdi Bahrami
But my problem not for name. I use every name but this problem occure again.
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
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
Please help about this problem...
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
When I define doc as Documents don't have problem, but when define wapp as new application this error it's present.
Mehdi Bahrami
You can select and assign local IP address to your IIS with Properties in Default Web site.
Mehdi Bahrami
page can't load and shown as loading...
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