Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Rockstar_

@Rockstar_
About
Posts
29
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regarding Paypal integration
    R Rockstar_

    i've tested my site with sandbox url, it is working fine. Now client wants to create an account. Which type of account he has to create? Developer or Business?

    ASP.NET testing business beta-testing question

  • Regarding Paypal integration
    R Rockstar_

    Hi Friends, I'm new to paypal, one of my application is integrated with paypal(testing site ie, sandbox). I need to use the actual live URL in the application with new live account. For creating new account: Do i need to create directly business account or developer account and then business account?

    ASP.NET testing business beta-testing question

  • Developed an ASP .NET site, need to make it to work on Mobile device
    R Rockstar_

    Hi All, I have developed an application it is working fine in desktop/laptops systems. Now we need to make it to work in Mobile devices. I know little bit of Jquery core. I created a sample page using Jquery Mobile plugin and it is changing the size/width of the page automatically. But when I browse the same page in desktop browser it is not looking good. Means the page width is increased blob blob..... I want to make the existing site to work in Mobile devices? How can i do that.? I googled but not got proper solution to my problem.

    ASP.NET question csharp javascript asp-net help

  • ADO.NET
    R Rockstar_

    Check the following links, http://vijirajkumar.blogspot.in/2010/03/create-setup-and-deployment-project.html[^] http://csharpdotnetfreak.blogspot.com/2011/08/create-setup-project-visual-studio.html[^]

    ASP.NET csharp tutorial

  • open input dialog from gridview cancel btn
    R Rockstar_

    delLnk.OnClientClick = "return confirm('Are you sure you want to cancel this booking?');";

    if(

    confirm('Are you sure you want to cancel this booking?')

    ) { // if true } else { //if false; // you can prompt the user to enter the reason here. with the javacript's prompt() dialog box. }

    ASP.NET database question

  • What is the meaning of the bwlow line code?
    R Rockstar_

    <asp:ScriptManager ID="ScriptManager1" runat="server">
    <Services>
    <asp:ServiceReference Path="AutoComplete.asmx" />
    </Services>
    </asp:ScriptManager>

    ASP.NET question sysadmin

  • What is decimal data type in sql server?
    R Rockstar_

    Hi, I have a column of type decimal(18,0)? What it can store?

    ASP.NET question database sql-server sysadmin

  • What is the difference between DBContext class and ObjectContext ?
    R Rockstar_

    Hi Everyone, What is the difference between DBContext class and ObjectContext ?

    ASP.NET question

  • parallel programming
    R Rockstar_

    What u want to do actually?

    ASP.NET csharp visual-studio linq design security

  • parallel programming
    R Rockstar_

    Can u plz describe ur problem? Not understood.... What is Parallel processing?

    ASP.NET csharp visual-studio linq design security

  • Passing data to another page without receive frm database
    R Rockstar_

    yes, Nice...

    ASP.NET database help tutorial question

  • Email Receiving and Sending complete code in asp.net using C#
    R Rockstar_

    HI this only sending.. using System; using System.Web.Mail; using System.Data; using System.Configuration; using System.Data.SqlClient; namespace Utility { public class Email { public string sendTo = string.Empty; public string sendFrom = string.Empty; public string sendSubject = string.Empty; public string onlineResLibUserName = string.Empty; public string onlineResLibPassword = string.Empty; public string sendBody = string.Empty; public string MessageTemplate = string.Empty; public string sendCC = string.Empty; public string sendBCC = string.Empty; public void SendMail(string mailFor) { Displathmail(); } private void dispatchMail() { MailMessage mailMessage = null; try { mailMessage = new MailMessage(); mailMessage.BodyFormat = MailFormat.Html; mailMessage.Subject = "Local:" +sendSubject; mailMessage.From = sendFrom; mailMessage.Body = sendBody; //mailMessage.To = sendTo; mailMessage.To = "opmbugs@gmail.com"; SmtpMail.SmtpServer = "localhost"; SmtpMail.Send(mailMessage); } catch (Exception err) { throw err; } } } }

    ASP.NET csharp asp-net

  • i want code to remove submenu
    R Rockstar_

    You can create two Menu controls one for public users and the another for admin. and based on login enable and disable the menu controls.

    C# csharp visual-studio json help tutorial

  • Loading Very Large DataSet Without losing any information
    R Rockstar_

    yes, this may solve your problem....

    C# csharp

  • the select control
    R Rockstar_

    I agree...

    ASP.NET question sysadmin tools tutorial

  • three div side by side
    R Rockstar_

    it is best to place in table,

    Then give height, width etc....

    ASP.NET css xml architecture

  • CSS radioButton list
    R Rockstar_

    Yes, I agree... I think we can do this using JQuery very easy and fast....

    ASP.NET css sysadmin tutorial question

  • AJAX Image Loading
    R Rockstar_

    When the page is taking time for loading , I kept an update panel and a image for displaying the progress and im manually giving the time to show the progress image, I need a dynamic solution , so that when the data is loaded successfully automatically the loading image should close and has to show the data and if it is taking too much time than whatever i have specified then the image has to show until the data is loaded?

    ASP.NET question announcement

  • Hi Friends i want to create a web application
    R Rockstar_

    Hi , I am not clear with the question dear, and the link provided is displaying session expired. what you wanted to do? can you please elaborate...

    ASP.NET

  • Dialog auto-resize
    R Rockstar_

    You can put the form in the div tag and set the horizontalscrollbar to true and verticalscrollbar to none.

    Web Development question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups