Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for mirzamujib

Hi, I've problem in displaying image on my rdlc (Microsoft Report Viewer) report. I took picture box on my report and made its properties as SOURCE=EXTERNAL, VALUE=Parameters!Path.value where Path is my Report Parameter. Below is the code to display image on Report load event: Dim paramList1 As New Generic.List(Of ReportParameter) …

Member Avatar for AleMonteiro
0
971
Member Avatar for mirzamujib

Hi, I have one navigationmenu on my masterpage. Whenever a user logins, the navigationmenu should display the menuitems as per the users permission. eg: i have three navigationmenu items i.e. menuitem1, menuitem2, menuitem3. a normal user has access only to two menuitems i.e. menuitem1 and menuitem2. And the third menuitems …

Member Avatar for mirzamujib
0
136
Member Avatar for yash777

Hello , I would like to count the no of hits to my website. How do i do it? whether I need to code it in Global.asax file in application on start ?????? Reply

Member Avatar for mirzamujib
0
167
Member Avatar for mirzamujib

Hello, I made a web application in which I want to show one report. I took report viewer from toolbox and placed on my web form. Its working fine when I'm working in my visual studio (development mode) but when I host or put it in my [url]www.root[/url] folder, it …

0
47
Member Avatar for mirzamujib

Hello everybody, I want to transfer gridview cells values from one page to another. Here I used query string but to shock its working for some fields and for other fields(gridview cell values) its not working. The page which has gridview I used this syntax: Public ReadOnly Property email() As …

Member Avatar for kamilacbe
-1
140
Member Avatar for mirzamujib

Hi, I made one client-server chat application using vb.net. I want to know how can i change the form/icon color when a client sends a message and vice versa. for eg: like in yahoo messenger or msn messenger,etc, How i user knows when he receives an message. i hope it …

Member Avatar for M.Waqas Aslam
0
183
Member Avatar for mirzamujib

Hello, Dear memebers, when I'm trying to delete and update my bindingnavigator it shows me following error. Update requires a valid DeleteCommand when passed DataRow collection with deleted rows. I dont whats going wrong following is the code to update my binding navigator Me.Validate() Me.TableAdapterManager.UpdateAll(Me.myDataSet) Me.myBindingSource.EndEdit() Plz i need ur …

0
78
Member Avatar for mirzamujib

I made an asp.net application and two exe files (of my windows application) are added on button click event of my asp.net application. It works fine when i run locally but when i host this website, its not showing me exe files instead these exe files are showing in my …

Member Avatar for riteshbest
0
3K