TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Santhalingam
NA
737
367.3k
Access asp controls inside a public static method
Dec 29 2016 12:08 AM
I have a Asp form.in my code i have a static method i want to access the page controls Inside the static method.Suggest some ideas..
[System.Web.Services.WebMethod]
public static Dictionary
<
string
, object
>
LoadAssetAssignView()
{
datetime
mydate
=
datetime
.parse(TextBox1.Text);//Can't access the form control
.
.
.
.
.
}
Reply
Answers (
6
)
how to show the all upload file on form in panel or images
Sorting Columns in datagridview