Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
3 Commented Posts
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for k.vijayakumar

HI, I have a common page (sqlhelper.cs) where i am preparing command and executing execnonquery,... But veracode addressed sql injection flaw 89 in the following code saying issue with parameters. How can skip this verification?. any extra validations i need to put in the following code? Please help. private static …

Member Avatar for k.vijayakumar
0
310
Member Avatar for k.vijayakumar

HI, I am writing unit test cases for silver light view model. When i am trying to mock edmx context, i am getting errors as in the screen shot. Please suggest how to solve the issue. ![9559cdb1d93cc91198a358bac62eeca5](/attachments/large/2/9559cdb1d93cc91198a358bac62eeca5.png "9559cdb1d93cc91198a358bac62eeca5") Thanks kvk

0
180
Member Avatar for k.vijayakumar

Hi friends, I had an xml like <a text="asadf"> <b text="narsapur"> <c text="1234" /> <c text="statecag" /> <c text="Pending Approval" /> <c text="S Corp:Pending Approval" /> <c text="Composite:Pending Approval" /> <c text="Combined:Pending Approval" /> <c text="Form Status"> <d text="Approval Pending"> <e text="BITa" /> <e text="BITb" /> <e text="BPTbc" /> </d> …

0
112
Member Avatar for k.vijayakumar
Member Avatar for GeekByChoiCe
0
61
Member Avatar for k.vijayakumar

hi friends,i wrote download code as response.clear() response.addheader(..) response.contenttype() response.writefile(..) response.end() it is working in IE .but when i use firefox it is not asking the location to save .it is by default saving on desktop.how to make it to ask for location to save thank you friends

0
82
Member Avatar for k.vijayakumar

hi friends,when we open gmail compose mail ,we see an attachment link.when we click on that link we select some attachments and then it will be changed to download link. how is it possible . is there any control for that. if there from where i can get it. and …

0
73
Member Avatar for k.vijayakumar

hi, when session expires i want to give message and send them to my login page.for this where i have to write the code. thank you

Member Avatar for carobee
0
130
Member Avatar for k.vijayakumar

hi friends,i am using dropdownlist in gridview.i am populating it using [code] Dim dsUserRoles As DataSet = objUser.GetRoles() CType(gvUsers.Rows(gvUsers.EditIndex).FindControl("ddlRoleName"), _ DropDownList).DataSource = dsUserRoles CType(gvUsers.Rows(gvUsers.EditIndex).FindControl("ddlRoleName"), DropDownList).DataTextField = "RoleName" CType(gvUsers.Rows(gvUsers.EditIndex).FindControl("ddlRoleName"), DropDownList).DataValueField = "RoleId" CType(gvUsers.Rows(gvUsers.EditIndex).FindControl("ddlRoleName"), DropDownList).DataBind()[/code] but when iam runnig if had some no.of.cols and when i click on editlink dropdownlist is replacing …

0
79
Member Avatar for k.vijayakumar

i am doing onlineeducation project.in that,how to send mails to every student from our mailserver daily at 12pm without our interaction.i am using consoleapplication in vb.net.can anyone please help me thank you in advance

Member Avatar for k.vijayakumar
0
169
Member Avatar for k.vijayakumar

hi friends,i entered some text in text box.later another one came and entering some text.at that time as intelensence my words are coming.how to clear them.i asked my sir,he said to clear the cache of textbox.but how to do it.if not understood,sorry for my language. ex:in gmail loginname,we will get …

0
97
Member Avatar for k.vijayakumar

hi friends,in my project when i am clicking on the browser back button i am redirecting to-- page cannot be displayed--but i want to redirect to my login page.i am using vb.net in my project. i wrote in source file <script type="text/js" language="javascript"> history.go(1) </script> but not working

0
82
Member Avatar for k.vijayakumar

i am using vb.net and i dont know anything about paypal. i want paypal in my onlineeducation project.can u explain about it give code for that.whether we have to buy anything for that service.please give complete info about paypal. thank you in advance

Member Avatar for ericstenson
0
106
Member Avatar for k.vijayakumar
Member Avatar for k.vijayakumar

[code]Protected Sub Application_PreRequestHandlerExecute(ByVal sender As Object, ByVal e As EventArgs) If Session("LoginName") <> "" Then Dim strCacheKey As String = Session("UserDetails").ToString() Dim strUser As String = HttpContext.Current.Cache(strCacheKey).ToString() End If End Sub[/code] i used this in global.asax and [code]If Not IsPostBack Then Dim strConCat As String = txtLoginName.Text 'TxtUserName.Text + TxtPassword.Text …

Member Avatar for kvprajapati
-1
101
Member Avatar for k.vijayakumar

can we freeze the footer row of gridview.i freezed header using table and skin. overflow=auto position=relative now i want to freeze footer row

Member Avatar for kvprajapati
0
78
Member Avatar for k.vijayakumar

when mouse pointer comes to a row, it should be different from other rows.is it possible. thank you for ur answer

Member Avatar for kvprajapati
-1
81
Member Avatar for k.vijayakumar

hi,i dont anything about cache.i am using window authentication. when i was logged in,no other should log into my account with my account.some body said, you can use cache.but i dont how to use.please help me. thankyou

Member Avatar for kvprajapati
0
91
Member Avatar for k.vijayakumar

.Freezing { position:relative ; [[COLOR="red"][COLOR="Red"]B] top:expression(this.offsetParent.scrollTop); [/B] [/COLOR][/COLOR] } i used this code but an error saying 2.1 top has expression prop.top:auto|inherit|unit. so i changed top:auto.then also i am not getting .what to do thank you

0
66
Member Avatar for k.vijayakumar

i have 26links.when i click on "a", a grid is visible with footer row having textbox and addbutton along with words related to "A".But when i am entering words with other words also it is taking.when i click on addbutton, it should say u should enter word starting with "a" …

Member Avatar for GeekByChoiCe
0
106
Member Avatar for k.vijayakumar

i have skinid for label.In my grid, i have several columns and i took labels in itemtemplate for that columns.i have several grids in project.how to apply for all columns for all grids where i use label thank you

Member Avatar for steven.culshaw
0
77
Member Avatar for k.vijayakumar

in gridview i have labels in columns. in footer row i have textboxes(multiline) .now if i enter multiline text then after clicking add on label i am getting a big single line.what to do in source i am not getting wordwrap prop for label. thank you in advance

Member Avatar for JadeSimon
0
116