Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for farooq82

Dear All, I am new to SNMP world. I would to configure and send trap for Apache, Asterisk, MySQL to my NMS server. What I have to do. Will I have to write script in Perl please send any example for this. Please also let me know why I m …

Member Avatar for CimmerianX
0
341
Member Avatar for farooq82

Hello All, I am creating a nagios that will automatically login to my website and display result in Nagios. Currenlty I am able to login using script but my PHP Curl script return full HTML code after login thourgh curl. here is my script. <?php $id = "username"; $pw = …

Member Avatar for Mona3
0
190
Member Avatar for farooq82

Hello Everyone, I am create a shopping application. I have load all products to gridview with a button with rowcommand event. When I click on add cart button the current row will be add to a object of girdview row. Now how will i get value of qty which is …

Member Avatar for guru_sarkar
0
133
Member Avatar for farooq82

I had receive the above mention error I have load printer info in first combo box and when select value a event triggered and load values in second combo box using printer info but i am receiving subject mention error. [CODE]Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) …

Member Avatar for rohand
0
131
Member Avatar for farooq82

Hello Everyone, Could you please tell me why my dropdown not firing selectindexchange event. I have dynamic load that dropdown box using dataset. My problem this I have two dropdown boxes now I have load Brand Information in first one and when I select the brand all printers info load …

Member Avatar for farooq82
0
166
Member Avatar for farooq82

Hello Everyone, I just write a web service in which function return a dataset. Now I have load that dataset in asp:dropdownlist in a web page. Please let me know bow would I do this. Thanks Farooq

Member Avatar for rohand
0
117
Member Avatar for farooq82

Hello Everyone, I am working on multi language site that will work in English, French. How would I covert master page to in another language.

0
44
Member Avatar for farooq82

Hello Everyone, I want to know a few thing. How we emended javascript in ASP.net. Please write example code. How would I that you open a pop windows and when i close this pop windows is automatically refresh parent window

0
50
Member Avatar for farooq82

Hello Everyone, I have ASP.NET from with a few links if I click one the link its open in new window and when I close this window the parent windows automatically refresh. Thanks, Farooq

Member Avatar for kvprajapati
0
50
Member Avatar for farooq82

I would like to thank all you who help when I am in deep trouble. Every time when I stuck to problem I love to post my problem here. Now my new problem is very different. Can some help me to create following: I want to create a application in …

Member Avatar for jbennet
0
659
Member Avatar for farooq82

Hello, Everyone. I have receive the above mention error. I don't why this error is occurring. [CODE]using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; namespace TurnkeySolutions.App_Code.DAL { [Serializable] public class DBBridge { public DBBridge() { // …

Member Avatar for farooq82
0
256
Member Avatar for farooq82

I am working on site [url]http://www.turnkey-solutions.net/[/url] is working on local system. Its also work on live server but I click on any link its give the error. I don't know how to encounter that error can some one help me out from this problem. [CODE]Server Error in '/' Application. Parser …

Member Avatar for farooq82
0
89
Member Avatar for farooq82

Dear All, I have three datagrid in which we load excel files. The fourth datagrid we load after comparing b/w these grids after clicking Reconile button. Then I will drag and drop the values from first grid to second grid again click on reconcile button it will load all previous …

Member Avatar for kvprajapati
0
46
Member Avatar for farooq82

I doing my University assignment. I need help for accessing html option button values using Java Servlet. Any help in this regard. [CODE] <html> <head> <title>Result</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <h3> Select one option for each MCQ</h3> <form method="get" action="http://localhost:8084/MCQs/Webapplication1/src/java/serverlet"> <table width="730" border="0"> <tr> <td> <strong>1. Java is …

Member Avatar for peter_budo
0
111
Member Avatar for farooq82

I am trying to develop a java program containing two threads that reads two files simultaneously. In a program, first thread reads data from file “Personal_Record.txt” and second thread reads the data from file “Academic_Record.txt”. When one thread reads a line from one file then it should allow another thread …

Member Avatar for verruckt24
0
155
Member Avatar for farooq82

Hello Everyone, I am working a project that have three grid two of them load excel sheet and one is to reconcile the data of both gird. I have button Reconcile When press its works fine. My problem is this I have to made some changes in second datagrid and …

0
42
Member Avatar for farooq82

I am working on datagrid I have two datagrid I have to copy some value from one datagrid to another using drag and drop. I have write the following code my Drag and Drop event is't firing. Can anyone help me in this regard. [CODE] Private Sub DataGridViewCashBook_MouseDown(ByVal sender As …

0
54
Member Avatar for farooq82

Is anyone have idea of how we add new row in datagrid I want to add DR and CR Column in datagrid view DataGrid View have 4 column Sr#, Discription, DR, CR [CODE] Dim DR As Decimal Dim CR As Decimal DR = DataGridViewCashBook.Rows(index).Cells(4).Value.ToString() CR = DataGridViewCashBook.Rows(index).Cells(5).Value.ToString() DataGridViewBankStatment.Rows.Add() [/CODE]

Member Avatar for 4advanced
0
143
Member Avatar for farooq82

Hi everyone, Below is code snippet to load excel file in datagrid. When my excel file is load is show unnecessary column with blank data. I did not want to show these columns. Can any help me how I will remove this column. I don't know how much blank column …

0
65
Member Avatar for farooq82

Hello Everyone, Can some help me in adding dynamic data to datagrid control. My Problem is this I have three datagrid 'Sr. No, DR, CR' all these have three same column in datagrid. In two of datagrid I have load excel files. Now I have to compare DataGrid1.DR = DataGrid2.DR …

0
51
Member Avatar for farooq82

I am new vb.net and I m working on project that will import excel file in datagrid. After import this file I need to save these file into SQL Server 2005 table. But I am receiving 'Procedure or function insertCashBook has too many arguments specified'. [code] Private Sub ButtonReconsilation_Click(ByVal sender …

Member Avatar for farooq82
0
182