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

23 Posted Topics

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
131
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
605
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
313
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
129
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
92
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
184
Member Avatar for Oneryavuz
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
78
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
120
Member Avatar for snehalj

hi, This can be done using TemplateFields [CODE] <asp:GridView ID="" runat="" autogeneratecolumns=".....> <columns> <!--Add 5 TemplateFields for your 5 columns --> <!--lets say only the first column is updatable --> <asp:TemplateField> <itemTemplate> <asp:Label ID="lblSalary" runat="server" Text='<%#Eval('Dbcolname')%>'> </itemTemplate> <EditItemTemplate> <asp:TextBox ID="txtSalary" runat="server" Text='<%#Eval('Dbcolname')%>'> <EditItemTemplate> </asp:TemplateField> <asp:TemplateField> <itemTemplate>......</itemTemplate> </asp:TemplateField> <asp:TemplateField> <itemTemplate>......</itemTemplate> </asp:TemplateField> …

Member Avatar for sujimon
0
153
Member Avatar for haro2x

I think the connectionString format should be of the following:- Data Source=Servername;Initial Catalog=Db1;Persist Security Info=true;User ID=myuserid;Password=123; OR Data Source=Servername;Initial Catalog=Db1;Persist Security Info=true;Integrated Security=true; [COLOR="Red"][B]NOTE:- for remote connections the Servername is the IP-Addr of the database server you can get this from aspspider[/B][/COLOR] This new connection string should work. You may …

Member Avatar for sujimon
0
168
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
828
Member Avatar for harika.k

[QUOTE=harika.k;1364385]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

[QUOTE=ranu jain;1364152]thanks ...actually connection is okk. when i update table without where condition ,query is running but with where condition error comes- [COLOR="Red"]multi part attribute can not b bound.[/COLOR][/QUOTE] Try changing aspnet_membership.Email to email OR try changing userid in the where clause to aspnet_membership.userid. OR even better would be like …

Member Avatar for sujimon
0
102
Member Avatar for sooriamca

[QUOTE=sooriamca;1360384]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...[/QUOTE] Hi, You can follow the steps in the other answer that will work good. However, if you don't need all the features of 'Role …

Member Avatar for sujimon
0
163
Member Avatar for snehalj

hi, For each of the validation controls, you need to add one more attribute 'ValidationGroup'. This should be same for all the controls say 'vg'. Also add this attribute to the Submit button and then it should work fine.

Member Avatar for sujimon
0
167
Member Avatar for Ziggynet

[QUOTE=Ziggynet;1365474]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
114
Member Avatar for Shiban

1>Double click on the access database to open it then save it in the access 2002-2003 format i.e with the .mdb extension. 2>Next put this database in the App_Data folder of your website. If you dont have the App_Data folder then create it. 3>Now your connection string in web.config would …

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
95
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
229
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
155
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
187
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

The End.