Right now when I refresh a .aspx page the code on the page does not seem to get rerun i.e. the Page_Load method is not called.
Does anyone know if there is a Page property to get the Page_Load method to be called when a refresh is done?
Thanks in advance
Right now when I refresh a .aspx page the code on the page does not seem to get rerun i.e. the Page_Load method is not called.
Does anyone know if there is a Page property to get the Page_Load method to be called when a refresh is done?
Thanks in advance
What if I wanted to call that function on an event. I.e. I click on a server side .NET button. I tried adding it to the "onClick" event of the HTML tag but it doesn't recognize the function name.
Is it even possible to do this?
Hi
I have some vbscript (a function) that I would like to call form the server side using C#. Can anyone let me know what method or how I can do this?
thanks in advance
Hi
I have some vbscript (a function) that I would like to call form the server side using vb.net. Can anyone let me know what method or how I can do this?
thanks in advance
I'm trying to write some code where I want to pickup the alias of a user. I'm using the AddressEntry object.
objAddressEntry.details
will open the property box of the user where the alias can be found. Does anyone know how I can just pickup the alias with code?
Any help would be appreciated
I want to pickup an alias of a recipient from an address book object that I used.
This is the code that I have so far
Set objCDO = Application.CreateObject("MAPI.Session")
objCDO.Logon "", "", False, False, 0
Set Recips = objCDO.AddressBook(Nothing, _...
I want to pickup an alias of a recipient from an address book object that I used.
This is the code that I have so far
Set objCDO = Application.CreateObject("MAPI.Session")
objCDO.Logon "", "", False, False, 0
Set Recips = objCDO.AddressBook(Nothing, _...
We have a public mailbox set up with a custom folder. One of the users is unavailable to see the custom folder. She get a "Unable to Display Folder" error message. We have already given her owner rights to both the mailbox and folder. Does anyone have any suggestions?
Thanks
Hi
I created a class of my own and I was wondering if the following procedure will run automatically upon creation of the class
Public Sub Class_Initialize()
' set value of variables in class
End Sub
Thanks
I am programming a form in Outlook.
I would like to create a Class which basically stores a bunch of information, is it possible to do so in VBA?
If it is can someone show me the syntax or give me an example of one ? Thanks
I am programming a form in Outlook.
I would like to create a Class which basically stores a bunch of information, is it possible to do so in VBA?
If it is can someone show me the syntax or give me an example of one ? Thanks
I just tried using me.undo and it works fine for me too. I wish I had found this thread earlier.
scroce, if you still can't get it to work, what I previously did was fill the record with dummy values and immediately delete the record afterwards. That seems to work.
I'm created my own navigation button on a form and disabled the navigation buttons. I would like to have the "Record x of y" caption on the form. Can someone share some code that will do this for me?
Thanks
Is there a way I can run a requery from one form to another form.
I have form A which opens form B
Can I run a command in form B which will run Me.Requery in form A ?
adding rs.movelast actually crashes the program.
I think the problem it doesnt show the correct number of records is because the records haven't been loaded properly when the form first initially loads up.
The code didn't seem to work.
I implemented it using a count variable however, when the form is first loaded it still displays the number of records as 1, even though there are more than one records
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.