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
Ranked #27.9K
~804 People Reached
About Me

Energetic person looking forward to make a difference in the IT industry.

Provide Cost Effective - Quality Solutions and Services to customers world wide.

Communication is the name of the game.

Interests
Computer Programming, Automation, Creating Custom Software Development, Quality Assurance and Information…
PC Specs
Windows XP Professional and more
Favorite Tags
asp x 5
Member Avatar for cancer10

Weird ASP/SQL Problem Consider the following HTML Form, it has a textbox and a search button. [CODE]<form method=post action="search.asp"> <input name="txtName" type="text" id="txtEmail" /> <input type="submit" name="Submit3" value="Search" /> </form>[/CODE] The search.asp page: [CODE]select * from tbl_group_contact where userName ='"& request("txtName") &"'[/CODE] if I put this query in the search.asp …

Member Avatar for hopalongcassidy
0
168
Member Avatar for StarClusters

[B][COLOR=blue]Good evening to all:[/COLOR][/B] [B][COLOR=blue]I want urgent help in my graduation project which is on-line shop for selling astronomical tools [telescopes, binoculars, books and so on]. I planned to make the interface by ASP.net and the database using Access but till now and to be honest, I don’t know any …

Member Avatar for prodigygroup
0
99
Member Avatar for iceghost

i am trying to write a script in asp javascript that will allow me to go to Link one (hotmail login page) and enter my username & password and proceed to Link two (mail inbox page) and then retrieves the the first emails details including the fields from, subject, date, …

Member Avatar for prodigygroup
0
326
Member Avatar for Shruthi_R

[COLOR=#0000ff][COLOR=darkblue]i have written the following code to call a method in a class like[/COLOR] [COLOR=#0000ff]in the aspx.cs page[/COLOR] [COLOR=#0000ff]List<string> surls = new List<string>();[/COLOR] [COLOR=#0000ff]Cweb.GetMainUrls(document,ref surls);[/COLOR] [COLOR=#0000ff]Response.Write(surls);[/COLOR] [COLOR=#0000ff]in the Cweb Class page the coding is like[/COLOR] [COLOR=#0000ff]public static void GetMainUrls(Htmldocument doc,ref List<string> urls)[/COLOR] [COLOR=#0000ff]{[/COLOR] [COLOR=#0000ff]//Some functionalities[/COLOR] [COLOR=#0000ff]}[/COLOR] [COLOR=#0000ff]i get the following …

Member Avatar for prodigygroup
0
103
Member Avatar for sadhanasingh

i am a beginner we are making a website during registration process i faced this problem that i am posting below please help error is:- System.IO.DirectoryNotFoundException: The system cannot find the path specified. (Exception from HRESULT: 0x80070003) at P3ADMINLib.P3DomainsClass.get_Item(Object vIndex) at register.AddPop3User(String MachineName, String DomainName, String UserName, String Password) in …

Member Avatar for prodigygroup
0
108