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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
C

codelinks

@codelinks
About
Posts
56
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Not able to call .NET function with return value in javascript
    C codelinks

    use javascript code for withparam function instead of server side code // JScript File function withparam(x) { var y = x + 10; return y; } function Button1_onclick() { var st = withparam(10); document.write(st); alert(st); } call Button1_onclick in OnClientClick

    winnie

    ASP.NET csharp javascript html asp-net

  • Get Previous month and year
    C codelinks

    thanks got it

    winnie

    ASP.NET tutorial

  • Get Previous month and year
    C codelinks

    hi all, i have requirement to find previous date my input will be month and year, for eg: 01/2009, it should return the month and year exactly six months back i.e 07/2008, how to solve this,

    winnie

    ASP.NET tutorial

  • Cyrstal Reports - LINE GRAPH - unble to plot two or more LINE in the GRAPH
    C codelinks

    Hi all, We are implementing a LINE graph using Crystal reports, ASP.NET 2.0, we are unable to plot two or more lines in a single graph ,we are using a store procedure which returns multiple datatables, for eg : all the data shown below is retrieved using one stored procedure, which returns the values in a datasets(three datatable are shown inside the datasets), the graph plots the LINE for the first Datatable values , how to map the other Datatable values in the same graph,,,,i can send you the screen shot of the GRAPh if needed Datatable 1 percent Month 20 April 50 july 80 Sept Datatable 2 percent Month 60 April 40 july 20 Sept Datatable 3 percent Month 90 April 37 july 79 Sept

    winnie

    ASP.NET csharp asp-net database data-structures tutorial

  • Impement AJAX,
    C codelinks

    thanks

    winnie

    ASP.NET xml question

  • Impement AJAX,
    C codelinks

    the page contains treeview and 2 datalist, the data on these controls is loaded based on the values on the URL, as you said the values should be available locally , hope im conveying the problem in right words regards

    winnie

    ASP.NET xml question

  • Impement AJAX,
    C codelinks

    thanks for the quick reponse, I havent found the method to solve the problem, i can take your suggestion using AJAX call, can you provide me with links, samples on how to implement that. regards

    winnie

    ASP.NET xml question

  • Impement AJAX,
    C codelinks

    Imagine this is my initial page DSIHome.aspx I need to implement AJAX in existing project, my requirement is……… I have a menu with sub menus,, which is again generated dynamically (XML). On clicking in any of the sub menus, I pass the argument to the URL , just like below location.href="DSIHome.aspx?hdnfld=" + obj + "&catName="+ catName ; this will initiate the postback and pass the values to the URL, and I can retrieve the form content based on the URL values using QueryString, my part here is to STOP postback, i need to implment AJAX and stop the postback happening while clicking the sub menu do u have any suggestion for this ?

    winnie

    ASP.NET xml question

  • FORM FOCUS PROBLEM
    C codelinks

    HI, I HAVE A VB.NET APPLICATION, THERE IS A EXIT BUTTON IN MY FORM,ON CLICKING THAT I WILL SHOW A MESSAGE BOX , CHECK THE BELOW CODE If MessageBox.Show("All the unsaved data will be lost! Are you sure you want to exit?", Me.Text, MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2, MessageBoxOptions.DefaultDesktopOnly) = DialogResult.Yes Then --- SOME OPERATIONS -- END IF THE PROBLEM is when i click YES OR NO, brings other open program into focus and hides this application regards

    winnie

    Visual Basic question csharp help

  • how to identify tab key press in vb.net
    C codelinks

    how to identify tab key press in vb.net

    winnie

    Visual Basic csharp tutorial

  • VB.NET designer error
    C codelinks

    hi guys im facing this peculiar problem in my VB.NET application, if i open a form in design view, this below error is generated ,,, the design view shows the below error instead of the controls any suggestions welcomed ErrorImage One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The path is not of a legal form. Hide at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile) at Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectDependencies(Project project) at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly() at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String description) at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly) at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly) at Microsoft.VisualStudio.Design.VSTypeResolutionService.System.ComponentModel.Design.ITypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) at Microsoft.VisualStudio.Design.VSTypeResolutionService.System.ComponentModel.Design.ITypeResolutionService.GetType(String name, Boolean throwOnError) at Microsoft.VisualStudio.Design.Serialization.CodeDom.HandlesClauseManager.GetReferencedComponentType(String componentName, CodeTypeDeclaration codeTypeDecl, ITypeResolutionService loader, IDictionary& cache) at Microsoft.VisualStudio.Design.Serialization.CodeDom.HandlesClauseManager.ParseHandlesClauses(CodeTypeDeclaration codeTypeDecl, Boolean updateCache) at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomParser.OnMethodPopulateStatements(Object sender, EventArgs e) at System.CodeDom.CodeMemberMethod.get_Statements() at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSC

    ASP.NET help csharp design json

  • Crystal reports chart option is disabled in my visual studio 2005 dev
    C codelinks

    hi im using visual studio 2005 which has default crystal reports ,but when i add a new crystal report file, i am unable to insert chart's, since the chart is disabled from my menu in visual studio 2005, how to enable this chart option in visual studio 2005 regards

    winnie

    ASP.NET csharp visual-studio tutorial

  • is there any way to count the number of URL links in a website
    C codelinks

    hi i have requiremennt in which i need to count all the URL's Iin a given website regards

    winnie

    ASP.NET

  • Hyperlink in Grid view
    C codelinks

    in the DataNavigateUrlFields property of the hyperlink column you can specify which column value to be taken to next page, the S_LANGUAGE,SEARCH_ID, is the two values i am taking to the next page.. winnie

    ASP.NET csharp css asp-net database visual-studio

  • Urgent Listbox to listbox by using javascript
    C codelinks

    hi found this in codeproject http://www.codeproject.com/useritems/Listbox\_or\_combo\_box.asp

    winnie

    ASP.NET javascript database

  • asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem
    C codelinks

    Guffa wrote:

    How serious could it be? Serious enough to mention in the subject?

    coz i didnt find any solution for this ,, can u tell what will be the solution for the above problem..

    winnie

    ASP.NET csharp asp-net help announcement

  • asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem
    C codelinks

    hi guys i am having a asp.net application which is done in .net 2003 version, the problem here , i am having a text box with a range validator control for that.. when i changed controltovaliate property of the validator , the size of all the tables in the asp.net page is getting changed ,,such that the alignment is totally collapsed .. i have no idea how the sizes of tables (height and width of tables are dynamically changed) regards

    winnie

    ASP.NET csharp asp-net help announcement

  • hey..urgent help needed with makin a site like orkut ...
    C codelinks

    soory dude no time for that,, otherwise would have given a very good code

    winnie

    ASP.NET csharp database help sql-server sysadmin

  • Dynamic WindowsAuthenticated ConnectionString
    C codelinks

    this is more than enough for a windows authenticaiton connection string "Server=XYZ; Database=ABC ; Trusted_Connection = True" REGARDS

    winnie

    ASP.NET security sysadmin question

  • hey..urgent help needed with makin a site like orkut ...
    C codelinks

    you can use this code to insert a image codebehind c# private void getIMGproperites() { HtmlInputFile imageItem = this.FindControl("Img") as HtmlInputFile; Int32 intImageSize; string strImageType; Stream ImageStream; intImageSize = imageItem.PostedFile.ContentLength; strImageType = imageItem.PostedFile.ContentType; ImageStream = imageItem.PostedFile.InputStream; imageInsert(intImageSize, strImageType, ImageStream, intAlbumId, struseridHome); } public static string imageInsert(Int32 intImageSize, string strImageType, Stream ImageStream, Int32 intAlbumId, string struseridHome) { string path = "Database=master;Server=noussrv1010;pwd=sa;uid=sa;"; SqlConnection conn = new SqlConnection(path); string strStatus = MyConstants.StrStatusOne; byte[] ImageContent = new byte[intImageSize]; int intStatus; intStatus = ImageStream.Read(ImageContent, 0, intImageSize); SqlCommand myCommand = new SqlCommand("PNP_Inspic", conn); myCommand.CommandType = CommandType.StoredProcedure; SqlParameter imgEmail = new SqlParameter("@Email_ID", SqlDbType.VarChar, 40); imgEmail.Value = struseridHome; myCommand.Parameters.Add(imgEmail); SqlParameter imgAlbumId = new SqlParameter("@PKAlbum_Id", SqlDbType.VarChar, 40); imgAlbumId.Value = intAlbumId; myCommand.Parameters.Add(imgAlbumId); SqlParameter imgImageact = new SqlParameter("@Image_act", SqlDbType.Image); imgImageact.Value = ImageContent; myCommand.Parameters.Add(imgImageact); SqlParameter imgImageType = new SqlParameter("@Image_Type", SqlDbType.VarChar, 255); imgImageType.Value = strImageType; myCommand.Parameters.Add(imgImageType); SqlParameter imgImageSize = new SqlParameter("@Image_Size", SqlDbType.VarChar, 400); imgImageSize.Value = intImageSize; myCommand.Parameters.Add(imgImageSize); SqlParameter imgImageSubdate = new SqlParameter("@Image_Sub_date", SqlDbType.DateTime); imgImageSubdate.Value = DateTime.Now; myCommand.Parameters.Add(imgImageSubdate); try { conn.Open(); myCommand.ExecuteNonQuery();

    ASP.NET csharp database help sql-server sysadmin
  • Login

  • Don't have an account? Register

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