whenever I enter tag as "MySQL" because my question is related to MySQL but every time your validation give me error that please enter valid tag what is the problem...
H
hareshdgr8
@hareshdgr8
Posts
-
about Tags in Ask Question forum -
The Operation Has time out problme while sending SMSwhile I am sending SMS it give me Error Like "The Operation has time out " and I trace that error is in this line - "objStream = sResponse.GetResponse.GetResponseStream()" Following is my Code Dim sURL As String Dim objReader As StreamReader Dim objStream As Stream Dim sResponse As WebRequest sURL = " MyAPI" sResponse = WebRequest.Create(sURL) objStream = sResponse.GetResponse.GetResponseStream() Can Any one help what is wrong I don't understand because first time it not give me that error while I am sending second time it give me that error Help Me Please... Thank You
Haresh Prajapati