im trying to create inbox application in VB6. so created an object ses as CDONTS.Session. when im trying to create a session using following code
VB Code:
ses("uname") = txtUName.Text
it showing a error message
Compile error:
Can't assign to readonly property
Any body please help me.




Reply With Quote