Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~9K People Reached
About Me

Currently working as VBNET/ASPNET Programmer

Interests
Bodybuilding, music, movies & visiting places
PC Specs
Worked on Windows platform
Member Avatar for sujimon

Hi, I want to learn Sharepoint. Over the past few days I was setting up a Virtual Machine for Sharepoint server and looking for artciles on the web. I was wondering if it is sufficient to install WSS 3.0 on my Virtual Machine to set a Sharepoint server or it …

Member Avatar for geniusvishal
0
130
Member Avatar for sujimon

I just finished installing ODTwithODAC112012 (Oracle Developer tool for Visual Studio ODT) on my system . Now I am trying to deploy dbmsclr.plb as SYSDBA from SQLPLUS But I am getting the error SP2-024 nothing to change. Here is the command window:- C:\>sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on Tue …

Member Avatar for sujimon
0
591
Member Avatar for sujimon

Hi, I am new to Oracle. I have installed Oracle 11g R2 standard edition (server software, 2GB download from Oracle). I found that the 'Environment Variable PATH' has not been set. Which of these directory should I use for the PATH value:- 1. Oracle base, 2. Software location or 3. …

Member Avatar for SQLpower
0
298
Member Avatar for sujimon

Hi I want to install the following on my new laptop:- 1. VB6 2. Crystal Reports 8.5 3. Crystal Reports 9 4. SQL Server 2005 5. VS 2005 6. SQL Server 2008/SQL Server 2008 R2 7. VS 2008 8. Oracle Server 9. Microsoft Office 2007 What sequence should i follow …

Member Avatar for |-|x
0
126
Member Avatar for sujimon

Hi I have developed an ASP.NET Crystal Reports website on my machine (VS-2005, x86 pc). I have included the following 'Mergemodules from Crystal' in my websetup. - - Microsoft_VC80_ATL_x86.msm - policy_8_0_Microsoft_VC80_ATL_x86.msm - CrystalReportRedist2005_x86.msm This website worked fine when I deployed to Windows server 2008 machine. However, when I deployed to …

0
91
Member Avatar for sujimon

I have a storedProcedure in SQL-Server that I am using to delete duplicates from one of the tables. This storedprocedure makes use of a cursor. I tried to create the same storedprocedure in microsoft access by just replacing the 'CREATE PROCEDURE' with 'CREATE PROC' but it didn't seem to work. …

Member Avatar for thines01
0
181
Member Avatar for Oneryavuz

I want to open some files using my program. and I decided to use a shell command. but when i use shell it gives "file not found error" for example Shell("C:\Documents and Settings\ÖnerYavuz\Desktop\aa.txt") ==> it gives error but Shell("C:\Documents and Settings\ÖnerYavuz\Desktop\warkey.exe")==> its work and i thought it opens only exes. …

Member Avatar for sujimon
0
1K
Member Avatar for sujimon

I have developed my website in VS-2005 and built in CrystalReports. I found that after deploying the website to Windows2008Server I am unable to use the 'Export' button on CrystalReport to export to other format (excel, word, pdf) and I am getting an Access denied file in use error. Export …

0
76
Member Avatar for sujimon

Hi, I would like to know the correct procedure to deploy windows application in VS-2005. There are some specific issues I am facing after deploying the project to the client machine. - I have a CMS (ContextMenuStrip) in one of my forms associated with a TreeView and its not showing. …

Member Avatar for sujimon
0
116
Member Avatar for snehalj

i have gridview in my project and database records are displayed in that but if i want to edit the row then wht code should i write?? pls help me for this.

Member Avatar for sujimon
0
147
Member Avatar for haro2x

i have an free web host on aspspider.com and i have made an page with asp.net and a sql database under root\Database\db1.mdf. the code on my page is in c#. i have an code for db acces but it doesent work [CODE] string connectString = @"Data Source=~\root\Database ;Initial Catalog=DB1"; System.Data.SqlClient.SqlConnection …

Member Avatar for sujimon
0
167
Member Avatar for sujimon

Hi, The website that I have been working on for sometime is about to be deployed now. However, after deployment the reports are not opening in one of the two machines that I have deployed. All other pages seem to be working fine except reports not opening with the error …

Member Avatar for sujimon
0
814
Member Avatar for harika.k

Hi, I am coding the loginpage, i want know how to code 1.) To check whether the User entered username,pwd matches with any of the rows of database data, if it is so it should navigate to next page like inbox.aspx. As i am new to Asp.net, please help me …

Member Avatar for vijaykrishnabor
0
2K
Member Avatar for ranu jain

[CODE]Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim conn As New SqlConnection Dim cmd As SqlCommand Dim dp As New SqlDataAdapter Dim ds As New DataSet Dim i As Integer Dim str As String = "UPDATE aspnet_Membership SET aspnet_Membership.Email='" & Email.Text & "' WHERE UserId='" …

Member Avatar for sujimon
0
98
Member Avatar for sooriamca

Hai i need a coding for Login and its validation in asp.net using vb.net.. Am currently using SQL Server Express Edition 2005 software as my backend...

Member Avatar for sujimon
0
161
Member Avatar for snehalj

[CODE]<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> &nbsp; &nbsp; &nbsp;<a href ="default.aspx">Back </a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; …

Member Avatar for sujimon
0
164
Member Avatar for Ziggynet

Hi Everyone I have two aspx pages that updates two values in a database. I have an update button called Button1. Button1 in the first page redirects to the second aspx page. On the second page i want to select a value and then redirect to the first page. How …

Member Avatar for sujimon
0
109
Member Avatar for Shiban

[CODE]Guys I've a problem. I'm using access 2007. The file name has an extension .accdb . I created a table called 'login' in the db file named 'MySite_Database.accdb'. My HTML looks like this : [COLOR="Red"]<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="login.aspx.vb" Inherits="login_to_site._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html …

Member Avatar for orclboy
0
1K
Member Avatar for sujimon

HI, I want to transfer a text file from local machine to linux server using ftp in Visual Basic 6.0. Can you please share your thoughts on how to acheive this?

0
93
Member Avatar for sujimon

Hi, I am using VS-2005. In my website I have used the html input control with type=file. The problem is that when I place this control inside an 'UpdatePanel' the 'PostedFile' property becomes 'Nothing' on postback. So in order to get things working I have removed the 'UpdatePanel' and things …

Member Avatar for toddanglin
0
228
Member Avatar for sujimon

Hi, I am using Forms Authentication in my VS-2005 website. In case of wrong credentials or while explicitly requesting protected pages the website is able to redirect user to login page. However, when correct login credentials are provided the application is not able to redirect the user to the desired …

Member Avatar for dnanetwork
0
154
Member Avatar for sujimon

Hi Guys, I am trying to implement FormsAuthentication in my asp.net website. I am using VS-2005. The login page in my application is "Default.aspx" from this page I want to redirect the user to "FirstForm.aspx". However, if I type the address of the target page when in login page I …

Member Avatar for sujimon
0
178
Member Avatar for sujimon

Hi, I am Sujit from Bangalore, India. I am new hear and hope to learn from you guys and share whatever bit I know. Currently I am working as a VBNET/ASPNET programmer. Hope to hear from u soon.:icon_wink: BYE

Member Avatar for aman007
0
41