Click here to Skip to main content
15,894,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSEO for blogs Pin
Member 227733414-Feb-10 18:58
Member 227733414-Feb-10 18:58 
QuestionRetriving a particular Column value from Checked List box on Selected index Changing..... Pin
vineesh v14-Feb-10 18:57
vineesh v14-Feb-10 18:57 
AnswerRe: Retriving a particular Column value from Checked List box on Selected index Changing..... Pin
sashidhar14-Feb-10 19:12
sashidhar14-Feb-10 19:12 
QuestionOracle Session Problem Pin
AndyASPVB14-Feb-10 8:17
AndyASPVB14-Feb-10 8:17 
QuestionJavascript callbacks question !! Pin
el_scrub14-Feb-10 6:46
el_scrub14-Feb-10 6:46 
AnswerRe: Javascript callbacks question !! Pin
Not Active14-Feb-10 10:42
mentorNot Active14-Feb-10 10:42 
GeneralRe: Javascript callbacks question !! Pin
el_scrub14-Feb-10 11:26
el_scrub14-Feb-10 11:26 
QuestionCannot Implement Searchable Gridview in my ASP.NET Web Application Pin
Sid Childers13-Feb-10 19:55
Sid Childers13-Feb-10 19:55 
Hello All,

I found the article on SearchableGridView to be most helpful because it functions exactly how my client wants it. I converted the C# code to VB and created a new class file in my web application, naming it SearchGridView.vb. I inserted the converted code, referenced the namespace in web.config and added an import namespace to my content page.

Unfortunately, I receive the following error:
Warning 1 Namespace or type specified in the project-level Imports 'MyApp.WebControls' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. DielWebProj

Here's the first bit of SearchGridView.vb:
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Text
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Drawing.Design


<Assembly: TagPrefix("MyApp.WebControls", "SearchGridView")> 
Namespace MyApp.WebControls
#Region "TemplateColumn"
    Public Class NumberColumn
        Implements ITemplate

        Public Sub InstantiateIn(ByVal container As System.Web.UI.Control) Implements System.Web.UI.ITemplate.InstantiateIn

        End Sub
    End Class
#End Region
    <ToolboxData("<{0}:SearchGridView runat=server></{0}:SearchGridView>")> _
    <ParseChildren(True, "SearchFilters")> _
    Public Class SearchGridView
        Inherits GridView



Can anyone identify where I've gone wrong? How do I rectify this issue?

Thanks,
Sid
QuestionExample ASP.NET AJAX Pin
bartthefart13-Feb-10 18:51
bartthefart13-Feb-10 18:51 
AnswerRe: Example ASP.NET AJAX Pin
Not Active14-Feb-10 9:25
mentorNot Active14-Feb-10 9:25 
GeneralRe: Example ASP.NET AJAX Pin
Keith Barrow14-Feb-10 10:25
professionalKeith Barrow14-Feb-10 10:25 
GeneralRe: Example ASP.NET AJAX Pin
Not Active14-Feb-10 10:39
mentorNot Active14-Feb-10 10:39 
GeneralRe: Example ASP.NET AJAX Pin
Keith Barrow15-Feb-10 1:11
professionalKeith Barrow15-Feb-10 1:11 
Questionresolve Url and catch Query String [Solved] Pin
kasraa0009800013-Feb-10 6:00
kasraa0009800013-Feb-10 6:00 
AnswerRe: resolve Url and catch Query String Pin
Anurag Gandhi13-Feb-10 6:37
professionalAnurag Gandhi13-Feb-10 6:37 
AnswerRe: resolve Url and catch Query String Pin
Not Active13-Feb-10 7:28
mentorNot Active13-Feb-10 7:28 
AnswerRe: resolve Url and catch Query String Pin
Hesham Amin13-Feb-10 7:33
Hesham Amin13-Feb-10 7:33 
GeneralRe: resolve Url and catch Query String Pin
kasraa0009800013-Feb-10 12:32
kasraa0009800013-Feb-10 12:32 
QuestionProblem with GridView [modified] Pin
Sider8913-Feb-10 4:04
Sider8913-Feb-10 4:04 
AnswerRe: Problem with GridView Pin
Anurag Gandhi13-Feb-10 6:31
professionalAnurag Gandhi13-Feb-10 6:31 
AnswerRe: Problem with GridView Pin
Sider8914-Feb-10 2:57
Sider8914-Feb-10 2:57 
Questionproblem with uploading/downloading .docx file Pin
shankbond13-Feb-10 3:18
shankbond13-Feb-10 3:18 
AnswerRe: problem with uploading/downloading .docx file Pin
Hesham Amin13-Feb-10 7:40
Hesham Amin13-Feb-10 7:40 
GeneralRe: problem with uploading/downloading .docx file Pin
shankbond13-Feb-10 23:13
shankbond13-Feb-10 23:13 
Questionvedio confernce in asp.net Pin
harilatha12-Feb-10 19:45
harilatha12-Feb-10 19:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.